SSOHashMapOrSet.autoinitIncAt

Increase value at key, or set value to 1 if key hasn't yet been added.

struct SSOHashMapOrSet(K, V = void, alias Allocator = null, alias hasher = hashOf, uint smallBinMinCapacity = 1, uint capacityScaleNumerator = 2, uint capacityScaleDenominator = 1)
pragma(inline) pragma(inline, true)
static if(hasValue)
static if(__traits(compiles, ))
void
autoinitIncAt
()
(
in K key
)
if (
smallBinMinCapacity >= 1
)

Meta