tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
HashTable.allocator
tanya
container
hashtable
HashTable
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
Source
See Implementation
tanya
container
hashtable
HashTable
aliases
ByKey
ByValue
ConstByValue
ConstRange
KeyValue
Range
constructors
this
functions
byKey
byValue
clear
insert
opAssign
opBinaryRight
opIndex
opIndexAssign
rehash
remove
properties
allocator
bucketCount
capacity
empty
length
variables
maxBucketCount