MultiMap.add

Add value to multi valued entry. If the entry is single valued, it is converted to the first value of a multi valued entry.

@param name The entry key. @param value The entry value.

class MultiMap(V)
void
add
(
string name
,)

Meta