libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
KeyValuePair
libd
datastructures
hashstuff
Undocumented in source.
struct
KeyValuePair (
alias
KeyT
alias
ValueT
) {
KeyT
key
;
ValueT
value
;
}
Members
Variables
key
KeyT
key
;
Undocumented in source.
value
ValueT
value
;
Undocumented in source.
Meta
Source
See Implementation
libd
datastructures
hashstuff
structs
KeyValuePair
KeyValueRefPair
RobinHoodHashMap