memutils v0.3.4 (2015-04-23T18:51:14Z)
Dub
Repo
HashMapRef
memutils
hashmap
Undocumented in source.
alias
HashMapRef
(
Key
,
Value
,
ALLOC
=
ThreadMem
)
=
RefCounted
!(
HashMap
!(
Key
,
Value
,
ALLOC
),
ALLOC
)
Meta
Source
See Implementation
memutils
hashmap
aliases
HashMapRef
structs
DefaultHashMapTraits
HashMap