View.opIndexAssign

Updates the element at the given index with a new value

struct View(T, SectorType = BasicSector!(T))
void
opIndexAssign
(,
size_t idx
)
if (
isSector!(SectorType)()
)

Parameters

value T

the new value

idx size_t

the element to update's position

Meta