IDMap

Undocumented in source.

Members

Aliases

IdType
alias IdType = typeof(__traits(getMember, T, idMember))
Undocumented in source.

Functions

allIDs
auto allIDs()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
IDMap dup()
Undocumented in source. Be warned that the author may not have intended to support it.
get
const(T) get(IdType val)
Undocumented in source. Be warned that the author may not have intended to support it.
getID
I getID(IdType val)
Undocumented in source. Be warned that the author may not have intended to support it.
id
I id(IdType val)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
const(T) opIndex(I i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(I i)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ids
typeof(I.init.id)[IdType] ids;
Undocumented in source.
vals
T[] vals;
Undocumented in source.

Meta