DataProtocol
A protocol that provides consistent data access to the bytes underlying contiguous and noncontiguous data buffers.
Declaration
protocol DataProtocol : RandomAccessCollection where Self.Element == UInt8, Self.SubSequence : DataProtocolTopics
Accessing Backing Storage
Copying Underlying Bytes
copyBytes(to:)copyBytes(to:)copyBytes(to:count:)copyBytes(to:count:)copyBytes(to:from:)copyBytes(to:from:)