Compose Unstyled 2.0 is out! Check the official announcement blog ->
Class

Either.A

Source set: Android
class A<T1>(val value: T1) : Either<T1, Nothing>

Last updated: