mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-14 14:23:43 +00:00
This adds the functino `unicode.in_range` to search for a run in the `Range` type used in `core/unicode/generated.odin`. This also modifies `unicode.binary_search` so it will support searching types other than i32 by making it support implicit parametric polymorphism. `unicode.in_digit` has been modified to use the generated tables.