reggae.ctaa

Undocumented in source.

Members

Functions

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.

Structs

AssocEntry
struct AssocEntry(K, V)
Undocumented in source.
AssocList
struct AssocList(K, V)

An implementation of an associative array useable at compile-time. Shameless copy of association lists from Lisp.

Meta