Unicode.Version
A version of the Unicode Standard represented by its major and minor components.
Declaration
typealias Version = (major: Int, minor: Int)A version of the Unicode Standard represented by its major and minor components.
typealias Version = (major: Int, minor: Int)