ScopeBuffer.opIndex

struct ScopeBuffer(T, alias realloc = .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