mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 03:24:11 +00:00
The old documentation seemed to suggest that the low 4 bits of bytes in `b` would index into the 32-element array `a`. That's not quite right and you'd need 5 bits to index 32 elements.