ArgTokenizer.leftoverRange

NOTE: this property does not take into account the position within the string.

struct ArgTokenizer(TRange)
@safe pure @nogc inout nothrow pure @safe
inout(TRange)
leftoverRange
()
if (
isInputRange!TRange &&
is(ElementType!TRange == string)
)

Meta