OpenHashSet
@safe
alias OpenHashSet(K, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!K, alias Allocator = Mallocator.instance, bool borrowChecked = false, bool useSmallLinearSearch = true, bool usePrimeCapacity = false) =
OpenHashMapOrSet!(
K,
void,
hasher,
keyEqualPred,
Allocator,
borrowChecked,
useSmallLinearSearch,
usePrimeCapacity)
nxt open_hashmap_or_hashset
aliasesenumsfunctionsstructstemplatesvariables
Immutable hash set storing keys of type K.