Commits
Click on a commit to change the comparison rangerefactor(parser): extract `u8` not `&u8` when iterating over bytes (#4568)
Iterating over `str.as_bytes()` produces `&u8`s. Dereference to `u8` in `for` statement. Should make no difference to generated assembly, purely making this change for neater code style.1 year ago
by overlookmotel