Lines Matching defs:Splitter
1519 public struct Splitter(Flag!"keepSeparators" keepSeparators = No.keepSeparators, Range, alias RegEx… struct
1524 size_t _offset;
1525 alias Rx = typeof(match(Range.init,RegEx.init));
1526 Rx _match;
1528 static if (keepSeparators) bool onMatch = false;
1530 @trusted this(Range input, RegEx separator) in this()
1550 auto ref opSlice() in opSlice()
1556 @property Range front() in front()
1577 @property bool empty() in empty()
1586 void popFront() in popFront()
1628 public Splitter!(keepSeparators, Range, RegEx) splitter( argument