BytesRepresentable

public protocol BytesRepresentable

The type where an instance can be represented by an array of bytes (UInt8).

  • The bytes that represent the given instance of Self.

    Declaration

    Swift

    var bytes: [UInt8]