Type guard that checks if an either is Right<A>.
Right<A>
The Either to check
Either
true if the Either is Right<A>, false if it is Left<E>
true
false
Left<E>
Type guard that checks if an either is
Right<A>
.