Keyed

data class Keyed(val key: Key) : ParticleType

A particle type described by a namespaced key.

Constructors

Link copied to clipboard
constructor(key: Key)

Properties

Link copied to clipboard
val key: Key