FuncType - v0.8.64
    Preparing search index...

    Namespace Option

    Safely wraps a value that might be null or undefined in an Option. Creates Some if the value is defined, None otherwise.

    The value to wrap (might be null/undefined)

    Some(value) if value is defined, None otherwise

    The type of the value

    Functions

    from
    none