Lines Matching defs:Splitter
1535 public struct Splitter(Flag!"keepSeparators" keepSeparators = No.keepSeparators, Range, alias RegEx… struct
1540 size_t _offset;
1541 alias Rx = typeof(match(Range.init,RegEx.init));
1542 Rx _match;
1544 static if (keepSeparators) bool onMatch = false;
1546 @trusted this(Range input, RegEx separator)
1566 auto ref opSlice()
1572 @property Range front()
1593 @property bool empty()
1602 void popFront()
1644 public Splitter!(keepSeparators, Range, RegEx) splitter( argument