Left

fun <L> Left(value: L): Either.Left<L>

Creates a new Left with the given value

Parameters

L

The type of values held in this class

value

An L value