ArgTokenizer.front

Undocumented in source. Be warned that the author may not have intended to support it.
struct ArgTokenizer(TRange)
@safe pure @nogc const nothrow pure @safe
front
()
if (
isInputRange!TRange &&
is(ElementType!TRange == string)
)

Meta