export class LeftProj<T, U> extends EitherImpl<T, U> {
    protected _isLeft = true;

    /**
     *