Instance Subscriptswift 6.0.3Swift

subscript(_:)

Accesses the code unit at the specified position.

subscript(position: Int) -> UTF16.CodeUnit { get }

Parameters

position

The position of the element to access. position must be a valid index of the collection that is not equal to the endIndex property.