phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
FixedDynamicArray.opIndex
nxt
fixed_dynamic_array
FixedDynamicArray
Get element at index
i
.
struct
FixedDynamicArray
(T)
@
safe
pragma(
inline
, true) ref inout @
trusted
return scope
inout
(
T
)
opIndex
(
size_t
i
)
Meta
Source
See Implementation
nxt
fixed_dynamic_array
FixedDynamicArray
destructors
~this
functions
opIndex
opSlice
opSliceAssign
postblits
this(this)
static functions
makeUninitializedOfLength
withLength
Get element at index i.