Pacote
    Preparing search index...

    Function or

    • Returns the option if it contains a value, otherwise returns the alternative.

      Type Parameters

      • T

      Parameters

      • alternative: Option<T>

        Alternative to return.

      • option: Option<T>

        Option to evaluate.

      Returns Option<T>

      The provided option if it is Some, otherwise the alternative is returned.