VA
А как правильно тогда пользовать все элементы Enum?
Size: a a a
VA
AM
VA
AM
VA
QH
VA
QH
VP
VA
IK
AL
import arrow.generic.coproduct2.second
fun main() {
val second = 5.second<String, Int>()
}
IK
import arrow.generic.coproduct2.second
fun main() {
val second = 5.second<String, Int>()
}
AL
import arrow.generic.coproduct2.Coproduct2
import arrow.generic.coproduct2.second
fun main() {
val second: Coproduct2<String, Int> = 5.second<String, Int>()
}
IK
AL
AO
IK
IK
AE