tame.mlmap

Undocumented in source.

Members

Functions

mlmap
auto mlmap()
Undocumented in source. Be warned that the author may not have intended to support it.
mlmap
auto mlmap(Node!(K, V)* node)
Undocumented in source. Be warned that the author may not have intended to support it.
mlmap
auto mlmap(V[K] aa)
Undocumented in source. Be warned that the author may not have intended to support it.
mlmap
auto mlmap(V[K] aa, Node!(K, V)* next)
Undocumented in source. Be warned that the author may not have intended to support it.
removeNext
void removeNext(MLMap!(K, V) node)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

DefVars
mixintemplate DefVars()
Undocumented in source.

Structs

MLMap
struct MLMap(K = string, V = string)

A multilevel map

Node
struct Node(K = string, V = string)
Undocumented in source.

Meta