Function rlifesrc_lib::rules::ntlife::permute_bits
source · fn permute_bits(n: u8, perm: [u32; 8]) -> u8
Expand description
Permutes the bits of an u8
.
fn permute_bits(n: u8, perm: [u32; 8]) -> u8
Permutes the bits of an u8
.