Is there a way to define a generic function only f...
# announcements
h
Is there a way to define a generic function only for T which defines …`T.minus(T) -> T`?
k
h
thanks...I guess it's not possible for now
is it possible to write specify that a parameter can be one of a few given types?
a
@hagabaka nope, there are no sum types in kotlin
h
ok