Trait randperm_crt::Permutation
source · pub trait Permutation: Sized {
// Required methods
fn num_points(&self) -> u64;
fn nth(&self, n: u64) -> Option<u64>;
// Provided method
fn iter(&self) -> PermutationIter<'_, Self> ⓘ { ... }
}