phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
FixedDynamicArray.opIndex
nxt
container
fixed_dynamic_array
FixedDynamicArray
Get element at index
i
.
struct
FixedDynamicArray
(T, Allocator = Mallocator)
@
safe
pragma(
inline
, true) ref inout @
trusted
return scope
inout
(
T
)
opIndex
(
size_t
i
)
if
(
isAllocator
!
Allocator
)
Meta
Source
See Implementation
nxt
container
fixed_dynamic_array
FixedDynamicArray
destructors
~this
functions
opIndex
opSlice
opSliceAssign
postblits
this(this)
static functions
makeUninitializedOfLength
Get element at index i.