func contains(SymbolVariants ) -> Bool
Returns a Boolean value that indicates whether the current variant contains the specified variant.
static func != (Self, Self) -> Bool
Indicates whether two symbol variants are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the symbol variant by passing them into the given hash function.
var hashValue : Int
The hashed value of the symbol variant.