HashCollection.require

Add value only if key is not present.

struct HashCollection(K, V, bool ordered, bool multi)
ref
static if(haveValues)
V
require
()
(
auto ref K key
,
lazy V value = V.init
)

Meta