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