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

Either.B

Source set: Android
class B<T2>(val value: T2) : Either<Nothing, T2>

Last updated: