@Js const mixin SpecEnum
Item metadata for an Enum spec
Iterate the enum items by spec and string key
List the string keys
Lookup enum item spec by its string key
abstract Void each(|Spec,Str| f)
abstract Str[] keys()
abstract Spec? spec(Str key, Bool checked := true)
Haxall 3.1.10 ∙ 28-Jun-2024 15:01 EDT