AbcdK
0.0.38indexedTiny library offering union types, enabling variables to hold values of different types, enhancing flexibility and type safety in programming.
2
Stars
1
Used by
dependents
—
Health
/ 100
Tiny library offering union types, enabling variables to hold values of different types, enhancing flexibility and type safety in programming.
Tiny unions lib for Kotlin.
fun abcdk() {
val a = A("a")
val b = AB.B(2)
val c = ABC.C('c')
// TODO: example usage
}
Surfaced from shared tags and platforms — no rankings paid for.