Contents

contains(_:)

Returns a Boolean value that indicates whether the current variant contains the specified variant.

Declaration

func contains(_ other: SymbolVariants) -> Bool

Parameters

  • other:

    A variant to look for in this variant.

Return Value

true if this variant contains other; otherwise, false.