Type Alias

Unicode.Version

A version of the Unicode Standard represented by its major and minor components. それのメジャーおよびマイナー部分によって表されるユニコード標準のあるバージョン。

Declaration 宣言

typealias Version = (major: Int, minor: Int)