Lines Matching defs:LineSplitter
2532 private struct LineSplitter(KeepTerminator keepTerm = No.keepTerminator, Range) struct
2539 alias IndexType = typeof(unsigned(_input.length));
2540 enum IndexType _unComputed = IndexType.max;
2541 IndexType iStart = _unComputed;
2542 IndexType iEnd = 0;
2543 IndexType iNext = 0;
2546 this(Range input) in this()
2553 enum bool empty = false;
2557 @property bool empty() in empty()
2563 @property typeof(_input) front() in front()
2643 void popFront() in popFront()
2655 @property typeof(this) save() in save()