Character
extension Character
-
Indicates whether
selfcharacter represents a decimal digit.Declaration
Swift
fileprivate var isDecDigit: Bool { get } -
Indicates whether
selfrepresents an hexadecimal digit.Declaration
Swift
fileprivate var isHexDigit: Bool { get } -
/// Indicates whether
selfrepresents an octal digit.Declaration
Swift
fileprivate var isOctDigit: Bool { get } -
Indicates whether
selfrepresents a binary digit.Declaration
Swift
fileprivate var isBinDigit: Bool { get } -
Indicates whether
selfrepresents an operator.Declaration
Swift
fileprivate var isOperator: Bool { get }
View on GitHub