anyVararg

inline fun <T : Any> anyVararg(): T

Matches any vararg argument, including nulls.


fun <T : Any> anyVararg(clazz: KClass<T>): T