MappedList

Undocumented in source.

Constructors

this
this(Owner o)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

get
T get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string name, T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
DynamicArray!T data;
Undocumented in source.
indices
Dict!(size_t, string) indices;
Undocumented in source.

Meta