Closed
Description
Some properties, like GeneralCategory
and BidiClass
, are a flat enum, and having a type function returning all possible values of them can help with writing tests.
For example, having an iterator over GC values can reduce this test to 20 execs of the loop block, not all Unicode code points: https://github.com/behnam/rust-unic/blob/master/unic/ucd/category/tests/coverage_tests.rs
Metadata
Metadata
Assignees
Labels
No labels