• Parse a set of Options, returning an array of all Some values. Short circuits with the first None found, if any

    Type Parameters

    Parameters

    • Rest ...options: T

    Returns Option<OptionSomeTypes<T>>

Generated using TypeDoc