Perm2

Type Alias Perm2 

Source
pub type Perm2 = PermS<2>;
Expand description

Permutation type with static size 2.

Aliased Type§

pub struct Perm2 { /* private fields */ }

Implementations§

Source§

impl Perm2

Source

pub fn swap2() -> Self