콘텐츠로 이동
한국어

Option

이 콘텐츠는 아직 번역되지 않았습니다.

Option<T> = Some<T> | None

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

Discriminated union form.

T