Cursor

Undocumented in source.

Constructors

this
this(Type v)
Undocumented in source.

Members

Aliases

Type
alias Type = int
Undocumented in source.

Enums

Order
enum Order

defines direction of traversing

Functions

begin
void begin(Type v)
Undocumented in source. Be warned that the author may not have intended to support it.
calcPosition
auto calcPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
complete
bool complete()
Undocumented in source. Be warned that the author may not have intended to support it.
fixUp
auto fixUp()
Undocumented in source. Be warned that the author may not have intended to support it.
next
void next(Type v)
Undocumented in source. Be warned that the author may not have intended to support it.
phase
auto phase()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset(Type v)
Undocumented in source. Be warned that the author may not have intended to support it.
scroll
void scroll(Type value)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

current_value
Type current_value;
Undocumented in source.
fixedPosition
Type fixedPosition;
Undocumented in source.
init_value
Type init_value;
Undocumented in source.
last_value
Type last_value;
Undocumented in source.

Meta