Companion

object Companion

Functions

Link copied to clipboard
inline fun <T> of(element: T): DataType

Returns DataType by class of element.

fun of(i: Int): DataType

Returns DataType by nativeCode.

Link copied to clipboard
inline fun <T : Any> ofKClass(type: KClass<out T>): DataType

Returns DataType by KClass of type. T is reified type.