LineBreakRange

A range of line break opportunities

Constructors

this
this(R text)
Undocumented in source.

Members

Functions

popFront
void popFront()

Advances to the next break opportunity.

Properties

empty
bool empty [@property getter]

Determines whether there are no more line breaks left

front
const(LineBreak!R) front [@property getter]

The current line break

save
LineBreakRange save [@property getter]

Returns a snapshot of the range.

Meta