Contents

fill(with:)

Fills the array with a value.

Declaration

mutating func fill(with value: Self.Scalar)

Parameters

  • value:

    The filling value

See Also

Modifying a shaped array type