types

fun types(type: KClass<*>, vararg otherTypes: KClass<*>): Types(source)

Helper function to create a Types based on the given type and otherTypes -- allows expressing KClass<*>, vararg KClass<*>.

Since

1.1.0