Left overview

Added in v0.0.0


Table of contents


Either

Left

Signature

export declare const Left: <T>(x: T) => I_Left<T>

Added in v0.0.0