init(repeating:count:)

An initializer for a bag of bytes type.

SwiftProtobufContiguousBytes.swift:27
init(repeating: UInt8, count: Int)

Parameters

repeating

the byte value to be repeated.

count

the number of times to repeat the byte value.