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.
if fromIndex is less than zero or toIndex is greater than the size of this array.
if fromIndex is greater than toIndex.