fill(with:) Fills the array with a value. Declarationmutating func fill(with value: Self.Scalar) Parametersvalue: The filling value See AlsoModifying a shaped array typewithUnsafeMutableShapedBufferPointer(_:)