RangeWithPosition

Undocumented in source.
struct RangeWithPosition (
Range
) if (
is(ElementType!Range == ubyte)
) {}

Constructors

this
this(Range* range)
Undocumented in source.

Members

Functions

empty
auto empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto front()
Undocumented in source. Be warned that the author may not have intended to support it.
getPosition
auto getPosition()
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.

Meta