phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
TotalContainer.opIndexUnary
std
container
TotalContainer
Indexing operators yield or modify the value at a specified index.
struct
TotalContainer
(T)
T
opIndexUnary
(
string
op
)
(
KeyType
i
)
Meta
Source
See Implementation
std
container
TotalContainer
aliases
KeyType
KeyTypes
ValueType
functions
clear
equalRange
insert
insertAfter
insertBack
insertBefore
insertFront
linearInsert
linearRemove
lowerBound
moveAt
moveBack
moveFront
opBinary
opBinaryRight
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
opOpAssign
opSlice
remove
removeAny
removeBack
removeFront
removeKey
replace
reserve
stableInsert
stableInsertAfter
stableInsertBack
stableInsertBefore
stableInsertFront
stableLinearInsert
stableLinearRemove
stableRemove
stableRemoveAny
stableRemoveBack
stableRemoveFront
stableReplace
upperBound
properties
back
capacity
dup
empty
front
length
structs
Range
Indexing operators yield or modify the value at a specified index.