pub const ALL_CLASSES: &[HlClass];Expand description
Every HlClass variant, for tests and for any consumer that needs to walk
the vocabulary (a theme previewer, a contrast audit).
Hand-listed because HlClass is upstream and has no enumeration; the
exhaustive match above is what actually guarantees nothing is missed, and
every_class_is_in_the_roster keeps this list honest against it.