fio ~master (2018-11-14T23:52:16Z)
Dub
Repo
Splitter.empty
io
range
Splitter
Returns true if there are no more regions in the splitter.
struct
Splitter
(T, Separator, Stream, alias splitFn = endsWithSeparator!(T, Separator))
const pure nothrow
bool
empty
(
)
if
(
isSource
!
Stream
&&
isSplitFunction
!(
splitFn
,
T
,
Separator
)
)
Meta
Source
See Implementation
io
range
Splitter
constructors
this
functions
empty
front
popFront
Returns true if there are no more regions in the splitter.