BasicSector.opIndexAssign

Set something at an index

struct BasicSector(T)
void
opIndexAssign
(,
size_t index
)

Parameters

value T

the value to set

index size_t

the index to store the value at

Meta