pub trait IntoCanonical {
// Required method
fn into_canonical(self) -> VortexResult<Canonical>;
}
Expand description
Required Methods§
Sourcefn into_canonical(self) -> VortexResult<Canonical>
fn into_canonical(self) -> VortexResult<Canonical>
Canonicalize the array.