swisstable ~master (2025-12-25T19:41:07.4986282)
Dub
Repo
Map.opBinaryRight
swisstable
map
Map
key in map
syntax support.
struct
Map
(K, V, Allocator = shared const Mallocator, bool initSlotInIndex = true)
inout
inout
(
V
)*
opBinaryRight
(
string
op
)
(
in
K
key
)
if
(
op
== "in"
)
Return Value
Type:
inout
(
V
)*
pointer to value corresponding to key
Meta
Source
See Implementation
swisstable
map
Map
aliases
SlotType
functions
byKey
byKeyValue
byValue
opApply
opBinaryRight
opIndex
opIndexAssign
remove
manifest constants
CompCondition
HashKeyArg
mixins
__anonymous
properties
keys
values
key in map syntax support.