Enumerationswift 6.0.3_StringProcessing
CharacterClass
This declaration is gated by at least one @_spi attribute.
enum CharacterClass
This declaration is gated by at least one @_spi attribute.
enum CharacterClass
import _StringProcessing
enum Atom
struct DSLTree
case anyGrapheme
case anyUnicodeScalar
case digit
case horizontalWhitespace
case newlineSequence
case notDigit
case notHorizontalWhitespace
case notNewline
case notVerticalWhitespace
case notWhitespace
case notWord
case verticalWhitespace
case whitespace
case word
enum Assertion
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
var inverted: DSLTree.Atom.CharacterClass? { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.