swisstable ~master (2025-12-25T19:41:07.4986282)
Dub
Repo
Set.insert
swisstable
set
Set
Insert a single element in the set.
size_t
insert
(E value)
struct
Set
(T, Allocator = shared const Mallocator)
size_t
insert
(
E
)
(
in
E
value
)
if
(
isImplicitlyConvertible
!(
E
,
SlotType
)
)
size_t
insert
(E values)
Return Value
Type:
size_t
the number of elements inserted.
Meta
Source
See Implementation
swisstable
set
Set
aliases
SlotType
functions
byKey
insert
opApply
opBinaryRight
remove
manifest constants
CompCondition
HashKeyArg
mixins
__anonymous
properties
keys
Insert a single element in the set.