AttributeKey

data class AttributeKey<T>(val name: String)

Specifies a key for an attribute

Parameters

T

is the type of the value stored in the attribute

name

the name of the attribute (for diagnostics)

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String