SimpleStream

Undocumented in source.

Constructors

this
this(S source)
Undocumented in source.

Members

Aliases

Range
alias Range = S
Undocumented in source.

Functions

front
dchar front()
Undocumented in source. Be warned that the author may not have intended to support it.
mark
size_t mark()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
restore
void restore(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
slice
S slice(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
location
size_t location [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Error
struct Error
Undocumented in source.

Meta