flod ~master (2016-03-15T07:39:31Z)
Dub
Repo
Splitter.Splitter
flod
range
Splitter
Undocumented in source.
template
Splitter
(Separator, size_t peekStep = 128)
package
@
sink
(
Method
.
peek
)
struct
Splitter (
alias
Context
A
...
) {
mixin
Context
!
A
;
this
(typeof(null) dummy, Separator separator, bool keep);
bool
empty
[@property getter];
const
(
Char
)[]
front
[@property getter];
void
popFront
();
}
Constructors
this
this
(typeof(null) dummy, Separator separator, bool keep)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Context
!
A
Undocumented in source.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
const
(
Char
)[]
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
flod
range
Splitter
structs
Splitter