Searched defs:Escaper (Results 1 – 2 of 2) sorted by relevance
1700 static struct Escaper // template to deduce attributes struct1702 Range r;1703 bool escaped;1712 @property bool empty(){ return r.empty; }1714 void popFront(){1724 @property auto save(){ return Escaper(r.save, escaped); }
1684 static struct Escaper // template to deduce attributes in escaper() struct1686 Range r; in escaper()1687 bool escaped; in escaper()1696 @property bool empty(){ return r.empty; } in escaper()1698 void popFront(){ in escaper()1708 @property auto save(){ return Escaper(r.save, escaped); } in escaper()