PositionalUnits
public enum PositionalUnits
Units that define a position within the aggregate state of the Transliterator
-
Position within array of unicodeScalar inputs made by the user within the current session
Declaration
Swift
case input -
Position within the array of unicodeScalar outputs produced in the current session
Declaration
Swift
case outputScalar -
Position within the array of character outputs produced in the current session
Declaration
Swift
case outputChar
View on GitHub
PositionalUnits Enumeration Reference