Type Aliases

The following type aliases are available globally.

  • A convenience type representing a byte array.

    Declaration

    Swift

    public typealias Bytes = Array<UInt8>