Structureswift 6.0.1_RegexParser
AnyType
A wrapper of an existential metatype, equatable and hashable by reference.
struct AnyType
A wrapper of an existential metatype, equatable and hashable by reference.
struct AnyType
import _RegexParser
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.
init(_ type: any Any.Type)
var base: any Any.Type
static func == (lhs: AnyType, rhs: AnyType) -> Bool
func hash(into hasher: inout Hasher)
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.