Searched defs:LineSplitter (Results 1 – 2 of 2) sorted by relevance
2532 private struct LineSplitter(KeepTerminator keepTerm = No.keepTerminator, Range) struct2539 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()[all …]
2757 private struct LineSplitter(KeepTerminator keepTerm = No.keepTerminator, Range) struct2764 alias IndexType = typeof(unsigned(_input.length));2765 enum IndexType _unComputed = IndexType.max;2766 IndexType iStart = _unComputed;2767 IndexType iEnd = 0;2768 IndexType iNext = 0;2771 this(Range input) in this()2778 enum bool empty = false;2782 @property bool empty() in empty()2788 @property typeof(_input) front() in front()[all …]