Companion

object Companion

Properties

Link copied to clipboard
const val HASH_MASK: Int

Mask a hash code to be positive but not too large, to prevent wraparound.

Functions

Link copied to clipboard
fun <T : Any> makeEntry(explicitVersion: KClassValue.Version<T>?, value: T): KClassValue.Entry<T>