HashCollection.add

Add an item.

struct HashCollection(K, V, bool ordered, bool multi)
alias add = _addSetFunc!(AddMode.add)

Meta