Function fastperm::rm

source · []
pub const fn rm(perm: usize, n: usize) -> usize
Expand description

Remove a flag n from a permission digit perm.

Example

assert_eq!(rm(2, 1), 0);