MultiAA

An object which acts mostly as an associative array, with the added property of being able to hold keys with multiple values. These are only exposed explicitly and through iteration

alias MultiAA(K, V) = HashCollection!(K, V, false, true)

Meta