Extension (Structure)swift-protobuf 1.28.2all tags
Array (ext)
You’re viewing third-party extensions to Array
, a struct from the Swift standard library.
You can also read the documentation forArray
itself.
extension Array
Extension in SwiftProtobuf
where Element == UInt8
Conformances
protocol SwiftProtobufContiguousBytes
Conformance to this protocol gives users a way to provide their own “bag of bytes” types to be used for serialization and deserialization of protobufs. It provides a general interface for bytes since the Swift Standard Library currently does not provide such a protocol.