swisstable ~master (2025-12-25T19:41:07.4986282)
Dub
Repo
Set.opBinaryRight
swisstable
set
Set
key in set
syntax support.
struct
Set
(T, Allocator = shared const Mallocator)
inout
bool
opBinaryRight
(
string
op
)
(
in
T
key
)
if
(
op
== "in"
)
Return Value
Type:
bool
true if key exists. Otherwise false.
Meta
Source
See Implementation
swisstable
set
Set
aliases
SlotType
functions
byKey
insert
opApply
opBinaryRight
remove
manifest constants
CompCondition
HashKeyArg
mixins
__anonymous
properties
keys
key in set syntax support.