Pacote
    Preparing search index...

    Function contains

    • Checks whether the Option value exactly matches a value.

      Type Parameters

      • T

      Parameters

      • match: T

        Value to match.

      • option: Option<T>

        Value to evaluate.

      Returns boolean

      Returns true if the Some value is the same as match. Otherwise, it returns false.