Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
struct BitInt
: Add {u,i}N
arbitrary width integers.
This should add no overhead and will help optimize cases (elide bounds checks) where a specific range is used to index an array. It'll also help greatly in documenting the sizes of various fields, vars, etc.
- Loading branch information