plainfp - v0.1.0
    Preparing search index...

    Type Alias OptionType<T>

    OptionType: Some<T> | None

    A value that is either present (Some) or absent (None). Discriminated by the some boolean tag.

    Type Parameters

    • T