dstruct ~master (2021-11-04T09:31:25.4244285)
Dub
Repo
HashMapKeyType
dstruct
map
Undocumented in source.
template
HashMapKeyType (
T
) {
alias
HashMapKeyType
=
typeof
(
ElementType
!(
typeof
(
T
.
_bucketList
)).
_key
)
;
}
Members
Aliases
HashMapKeyType
alias
HashMapKeyType
=
typeof
(
ElementType
!(
typeof
(
T
.
_bucketList
)).
_key
)
Undocumented in source.
Meta
Source
See Implementation
dstruct
map
functions
byKey
byKeyValue
byValue
structs
Entry
HashMap
KeyRange
KeyValueRange
ValueRange
templates
HashMapKeyType
HashMapValueType