HybridHashMap.binCount

Get bin count (capacity).

struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
@property const
size_t
binCount
()
if (
isAllocator!Allocator
)

Meta