Perm1

Type Alias Perm1 

Source
pub type Perm1 = PermS<1>;
Expand description

Permutation type with static size 1.

Aliased Type§

pub struct Perm1 { /* private fields */ }

Implementations§

Source§

impl Perm1

Source

pub fn unit() -> Self