append(repeating:count:as:)

Appends the given value’s bytes repeatedly to this span’s bytes.

Declaration

mutating func append<T>(repeating repeatedValue: T, count: Int, as type: T.Type) where T : BitwiseCopyable