tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
HashTable.ByValue
tanya
container
hashtable
HashTable
The range types for $(D_PSYMBOL HashTable).
alias
Range
=
.
Range
!
HashArray
alias
ConstRange
=
.
Range
!(
const
HashArray
)
alias
ByKey
=
.
ByKey
!(
const
HashArray
)
alias
ByValue
=
.
ByValue
!
HashArray
struct
HashTable
(Key, Value, alias hasher = hash)
alias
ByValue
= .
ByValue
!
HashArray
alias
ConstByValue
=
.
ByValue
!(
const
HashArray
)
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
The range types for $(D_PSYMBOL HashTable).