better-returns
    Preparing search index...

    Function is_none

    • Checks if an Option is of type 'none'.

      Type Parameters

      • T

      Parameters

      • option: Option<T>

        The Option to check.

      Returns option is None

      True if the option is 'none', false otherwise.