Left

data class Left<out L> : Either<L, Nothing>

The left side of the disjoint union.

Properties

Link copied to clipboard
val leftValue: L