fill
Fills this array or its subrange with the specified element value.
Parameters
from Index
the start of the range (inclusive) to fill, 0 by default.
to Index
the end of the range (exclusive) to fill, size of this array by default.
Fills this array or its subrange with the specified element value.
the start of the range (inclusive) to fill, 0 by default.
the end of the range (exclusive) to fill, size of this array by default.