func contains(SymbolVariants ) -> Bool
Returns a Boolean value that indicates whether the current variant contains the specified variant.
static func == (SymbolVariants , SymbolVariants ) -> Bool
Indicates whether two symbol variants are equal.
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.