libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
KeyValueRefPair
libd
datastructures
hashstuff
Undocumented in source.
struct
KeyValueRefPair (
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