이 콘텐츠는 아직 번역되지 않았습니다.
Either<L, R> = Left<L> | Right<R>
L
R
Left
Right
Defined in: src/util/Either.ts:121