Value

data class Value<T>(value: T)

Properties

value
Link copied to clipboard
var value: T

Sources

jvm source
Link copied to clipboard