firstSome
firstSome<
T>(…options):Option<T>
Defined in: src/util/Option.ts:142
First Some in the list, else None.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”options
Section titled “options”…readonly Option<T>[]
Returns
Section titled “Returns”Option<T>