Type Method 型メソッド

isSurrogate(_:)

Returns a Boolean value indicating whether the specified code unit is a high or low surrogate code unit. 指定されたコード単位が高位または低位サロゲートコード単位かを指し示しているブール値を返します。

Declaration 宣言

static func isSurrogate(_ x: Unicode.UTF16.CodeUnit) -> Bool