memutils v1.0.9 (2023-03-02T20:19:28Z)
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