Enumerationswift 6.0.3_StringProcessing
Assertion
This declaration is gated by at least one @_spi attribute.
enum Assertion
This declaration is gated by at least one @_spi attribute.
enum Assertion
import _StringProcessing
enum Atom
struct DSLTree
case caretAnchor
case dollarAnchor
case endOfLine
case endOfSubject
case endOfSubjectBeforeNewline
case firstMatchingPositionInSubject
case notTextSegment
case notWordBoundary
case resetStartOfMatch
case startOfLine
case startOfSubject
case textSegment
case wordBoundary
enum CharacterClass
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.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
init?(rawValue: UInt64)
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)