jcli ~master (2022-03-09T18:57:21Z)
Dub
Repo
ArgTokenizer.leftoverRange
jcli
argparser
tokenizer
ArgTokenizer
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
Source
See Implementation
jcli
argparser
tokenizer
ArgTokenizer
functions
empty
front
leftoverRange
popFront
resetWithRemainingRange
NOTE: this property does not take into account the position within the string.