pub trait Length {
// Required method
fn len(&self) -> usize;
}Expand description
A trait that allows FFT algorithms to report their expected input/output size
pub trait Length {
// Required method
fn len(&self) -> usize;
}A trait that allows FFT algorithms to report their expected input/output size