Either and Option implementation in kotlin Multiplatform. Either is, like the Result class in kotlin, a discriminated union of two types. However, it lets you use any Type as the second Type. Option ...