Document.Range

Range of the Document

struct Document
@safe
struct Range {
@nogc immutable
uint ver;
}

Members

Functions

front
const(Element) front()

InputRange primitive operation that returns the currently iterated element.

popFront
void popFront()

InputRange primitive operation that advances the range to its next element.