- assocEntry
AssocEntry!(K, V) assocEntry(K key, V value)
 Undocumented in source. Be warned that the author may not have intended to support it.
- assocList
AssocList!(K, V) assocList(AssocEntry!(K, V)[] entries)
 Undocumented in source. Be warned that the author may not have intended to support it.
- assocListT
auto  assocListT(T args)
 Undocumented in source. Be warned that the author may not have intended to support it.
- fromAA
AssocList!(K, V) fromAA(V[K] aa)
 Undocumented in source. Be warned that the author may not have intended to support it.