Type Method 型メソッド

isASCII(_:)

Returns whether the given code unit represents an ASCII scalar 与えられたコード単位が、あるASCIIスカラーを表すかどうかを返します。

Declaration 宣言

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