assign

Assign multiple copies of the same value to the array, indexing it by chunks of the same size.

@safe @nogc pure
void
assign
(
T
)
(
T[] range
,
size_t index
,
size_t count
,)

Meta