mixin

SpecEnum

@Js
const mixin SpecEnum

Item metadata for an Enum spec

methods keys

List the string keys

each

Iterate the enum items by spec and string key

spec

Lookup enum item spec by its string key

each abstract Void each(|Spec,Str| f)

Iterate the enum items by spec and string key

keys abstract Str[] keys()

List the string keys

spec abstract Spec? spec(Str key, Bool checked)

Lookup enum item spec by its string key

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST