Skip to main content

InterleavePivotSwap

Trait InterleavePivotSwap 

Source
pub trait InterleavePivotSwap<const I: usize>
where Self: Sized,
{ type InterleavePivotSwapOutput; // Required method fn interleaved_pivot_swap(self) -> Self::InterleavePivotSwapOutput; }

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§