mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 12:16:22 +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.