Targets

Range that either returns elements from the array targets or returns infinitively increasing range (when all is set)

Members

Functions

apply
void apply(void delegate(ref Todo) dg, Todo[] selectedTodos)

Apply a delegate to all todos specified by targets

popFront
void popFront()
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.
front
int front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

all
bool all;
Undocumented in source.
count
int count;
Undocumented in source.
targets
int[] targets;
Undocumented in source.

Meta