nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
set
nulib
collections
set
An associative container which contains sets of objects of type
Key
.
@
nogc
alias
set
(
Key
)
=
SetImpl
!(
Key
,
(
a
,
b
)
=>
a
<
b
, false, true)
Meta
Source
See Implementation
nulib
collections
set
aliases
multiset
set
weak_multiset
weak_set
structs
SetImpl
An associative container which contains sets of objects of type Key.