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