HashCollection.add

Add an item.

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

Meta