typeToName

fun typeToName(clazz: KClass<out Value>): String

Converts a Value's class to an end user-friendly name.

Return

The name of the class.

Parameters

clazz

The class to convert.