mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-16 22:21:24 +00:00
There are several places where this is assumed to be true, most visibly in `is_path_separator`, as it takes a `byte` argument. Note that the data type of `_Path_Separator` is a rune, which allows any Unicode value.