Contents

subscript(_:)

Accesses the element at the specified index.

Declaration

subscript(index: Int) -> UInt8 { get set }

Parameters

  • index:

    The index of the element to access. index must be in the range 0..<scalarCount.