vTodo

Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

Optional
enum Optional;

the following are optional, and MAY occur more than once

OptionalUnique
enum OptionalUnique;

the following are optional, but MUST NOT occur more than once

Mixins

__anonymous
mixin vAccessTpl
Undocumented in source.

Variables

OptionalOr
enum string[] OptionalOr;

either 'due' or 'duration' may appear in a 'todoprop', but 'due' and 'duration' MUST NOT occur in the same 'todoprop'

Mixed In Members

From mixin vAccessTpl

opIndexAssign
void opIndexAssign(string value, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
string opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta