Is there something like `fun castAs(type: KClass&...
# announcements
d
Is there something like
fun castAs(type: KClass<T>) : T
anywhere in the stdlib? Using
as
to cast is adding brackets that mess with my OCD.