Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make color lookup tables explicitly by reference.
Experimenting with `feature(large_assignments)` <rust-lang/rust#83518> flagged this large array. This change probably doesn't make any difference post-optimization, but we might as well use a type which expresses the intent. It would be even more precise to use a `static` table, but that can't be used from `const` code yet.
- Loading branch information