DataBuffer.opIndex

struct DataBuffer(T, alias realloc = core.stdc.stdlib.realloc)
ref
T
opIndex
(
size_t i
)
if (
isAssignable!T &&
!hasElaborateDestructor!T
&&
!hasElaborateCopyConstructor!T
&&
!hasElaborateAssign!T
)

Return Value

Type: T

the element at index i.

Meta