HybridHashMap.insertN

Insert elements, all being either a key-value (map-case) or a just a key (set-case).

struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
@trusted
void
insertN
(
R
)
if (
isIterable!R &&
__traits(isCopyable, T)
)
if (
isAllocator!Allocator
)

Meta