HashTable.allocator

struct HashTable(Key, Value, alias hasher = hash)
@property const
shared(Allocator)
allocator
()
out (allocator) { assert (allocator !is null); }
if (
isHashFunction!(hasher, Key)
)

Return Value

Type: shared(Allocator)

Used allocator.

Postcondition: allocator !is null

Meta