이 콘텐츠는 아직 번역되지 않았습니다.
Option<T> = Some<T> | None
T
Some
None
Defined in: src/util/Option.ts:120
Discriminated union form.