Right overview

Added in v0.0.0


Table of contents


Either

Signature

export declare const Right: <T>(x: T) => I_Right<T>

Added in v0.0.0