init(UInt8)
Creates a Unicode scalar with the specified numeric value.
指定された数値を使ってユニコードスカラーを作成します。
init(Unicode.Scalar)
Creates a duplicate of the given Unicode scalar.
与えられたユニコードスカラーの複製を作成します。
init?(UInt32)
Creates a Unicode scalar with the specified numeric value.
指定された数値を使ってユニコードスカラーを作成します。
init?(UInt16)
Creates a Unicode scalar with the specified numeric value.
指定された数値を使ってユニコードスカラーを作成します。
init?(Int)
Creates a Unicode scalar with the specified numeric value.
指定された数値を使ってユニコードスカラーを作成します。
init(unicodeScalarLiteral : Unicode.Scalar)
Creates a Unicode scalar with the specified value.
指定された値を使ってユニコードスカラーを作成します。
init?(String)
Instantiates an instance of the conforming type from a string representation.
準拠する型のインスタンスを文字列表現から初期化します。