Searched refs:separatorLength (Results 1 – 2 of 2) sorted by relevance
3992 @property auto separatorLength() { return _separator.length; } in separatorLength() function4058 if (_frontLength + separatorLength == _input.length) in popFront()4070 _input = _input[_frontLength + separatorLength .. _input.length]; in popFront()
5872 @property auto separatorLength() { return _separator.length; }5888 _frontLength = separatorLength();5952 if (_frontLength + separatorLength == _input.length)5962 _input = _input[_frontLength + separatorLength .. _input.length];