Required Initializergrpc-swift 2.0.0GRPCCore

init(repeating:count:)

Initialize the bytes to a repeated value.

GRPCContiguousBytes.swift:28
init(repeating byte: UInt8, count: Int)

Parameters

byte

The value to be repeated.

count

The number of times to repeat the byte value.