bitslice!() { /* proc-macro */ }
Expand description

Allows for taking subsets of Bits objects as a new Bits, with conventional bitwise syntax (e.g. 15:8 instead of 8..16)