mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-21 21:24:59 -07:00
a495cd581c
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.