HybridHashMap.withElements

Make with the elements elements. TODO: Replace with makeWithElements.

struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
static
typeof(this)
withElements
(
R
)
if (
isIterable!R &&
isAssignable!(T, StdElementType!R)
)
if (
isAllocator!Allocator
)

Meta