Pacote
    Preparing search index...

    Function isSome

    • Checks whether an Option has some value.

      Type Parameters

      • T

      Parameters

      • option: Option<T>

        Value to evaluate.

      Returns option is Some<T>

      Returns true if the passed option is a Some. Otherwise, it returns false.