leftWith

fun <L, R> L.leftWith(): Either<L, R>

Wraps L into a Either.Left with specific right type.

Important: This is a Public Preview API. It may be changed or removed at any time.