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