Builder

class Builder

Types

Root
Link copied to clipboard
common
class Root<T : Any>(defaultNameOf: (KClass<*>) -> ReadMemory)

Functions

root
Link copied to clipboard
common
inline fun <T : Any> root(name: ReadMemory = defaultNameOf(T::class)): TypeTable.Builder.Root<T>
fun <T : Any> root(type: KClass<T>, name: ReadMemory = defaultNameOf(type)): TypeTable.Builder.Root<T>

Properties

defaultNameOf
Link copied to clipboard
common
val defaultNameOf: (KClass<*>) -> ReadMemory