Categories¶
Operations on the Category union. The _all array is generated by
unicode-build alongside the rest of the closed-union enumeration
arrays — tests can iterate all 30 variants without hand-maintaining
the list (see design/candidate-v3.md Adj-23).
Constructors¶
create¶
Returns¶
- Categories val^
Public Functions¶
from_iso¶
Look up a category by its two-letter ISO identifier (case-sensitive).
Returns None for unrecognized input. Total over its input.
Parameters¶
- s: String box
Returns¶
eq¶
Parameters¶
- that: Categories val
Returns¶
- Bool val
ne¶
Parameters¶
- that: Categories val
Returns¶
- Bool val