dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
HashMapValueType
dstruct
map
Undocumented in source.
template
HashMapValueType (
T
) {
alias
HashMapValueType
=
typeof
(
ElementType
!(
typeof
(
T
.
bucket
)).
value
)
;
}
Members
Aliases
HashMapValueType
alias
HashMapValueType
=
typeof
(
ElementType
!(
typeof
(
T
.
bucket
)).
value
)
Undocumented in source.
Meta
Source
See Implementation
dstruct
map
functions
dup
items
keys
setDefault
values
structs
HashMap
Item
ItemRange
KeyRange
ValueRange
templates
HashMapKeyType
HashMapValueType