girtod ~master (2021-09-09T21:20:43Z)
Home
Dub
Repo
LinkedHashMap.opIndexAssign
gtd
LinkedHasMap
LinkedHashMap
Indexing operators yield or modify the value at a specified index.
inout
(
Value
)
opIndex
(Key key)
void
opIndexAssign
(Value value, Key key)
struct
LinkedHashMap
(Key, Value)
@
safe
void
opIndexAssign
(
Value
value
,
Key
key
)
Value
opIndexUnary
(Key key)
Value
opIndexOpAssign
(Value v, Key key)
Meta
Source
See Implementation
gtd
LinkedHasMap
LinkedHashMap
functions
clear
dub
get
opApply
opBinaryRight
opEquals
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
rehash
remove
properties
byKey
byValue
empty
keys
length
values
structs
Node
Indexing operators yield or modify the value at a specified index.