Contents

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 : DataProtocol

Topics

Accessing Backing Storage

Copying Underlying Bytes

Searching Within Data

See Also

Binary Data