mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
SmallArray.opIndex
mir
small_array
SmallArray
SmallArray
Returns a slice of all elements or a reference to the element at the given index.
inout
(
T
)[]
opIndex
()
inout
(
T
)
opIndex
(size_t index)
struct
SmallArray
@
safe
pure @
nogc
ref inout scope return
inout
(
T
)
opIndex
(
size_t
index
)
mir
small_array
SmallArray
SmallArray
aliases
opBinary
opOpAssign
put
serdeKeysProxy
constructors
this
functions
append
concat
empty
length
opAssign
opCmp
opEquals
opIndex
toHash
trustedAppend
trustedAssign
Returns a slice of all elements or a reference to the element at the given index.