跳转到内容
简体中文

Option

此内容尚不支持你的语言。

Option<T> = Some<T> | None

Defined in: src/util/Option.ts:120

Discriminated union form.

T