nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
map
nulib
collections
map
An associative container which contains key-value pairs.
@
nogc
alias
map
(
Key
,
Value
)
=
MapImpl
!(
Key
,
Value
,
(
a
,
b
)
=>
a
<
b
, false, true)
Meta
Source
See Implementation
nulib
collections
map
aliases
map
multimap
weak_map
weak_multimap
structs
MapImpl
An associative container which contains key-value pairs.