append(repeating:count:)
Repeatedly append an element to this span.
Declaration
mutating func append(repeating repeatedValue: Element, count: Int)Repeatedly append an element to this span.
mutating func append(repeating repeatedValue: Element, count: Int)