AttributeKey

class AttributeKey<T>(name: String)

Specifies a key for an attribute in Attributes

Parameters

T

is type of the value stored in the attribute

name

is a name of the attribute for diagnostic purposes

Constructors

Link copied to clipboard
fun AttributeKey(name: String)

Functions

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

Properties

Link copied to clipboard
val name: String