replaceSubrange(_:repeating:)
Fill a range in the buffer with given byte.
Declaration
mutating func replaceSubrange(_ range: Range<Int>, repeating byte: UInt8)Fill a range in the buffer with given byte.
mutating func replaceSubrange(_ range: Range<Int>, repeating byte: UInt8)