Home
last modified time | relevance | path

Searched defs:InputRangeString (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d6570 private static struct InputRangeString struct
6572 private string s;
6574 bool empty() @property { return s.empty; } in empty()
6575 dchar front() @property { return s.front; } in front()
6576 void popFront() { s.popFront(); } in popFront()