label
Shortcut for asEnumish().label — the counterpart of Enum.name on the value side.
Members always take precedence over extensions: when the hierarchy declares or inherits its own label member, this extension is silently shadowed and x.label returns the user member (the compiler plugin warns about such shapes). Use asEnumish().label to obtain the kind's label reliably.