Trait extra_safe::traits::Normalize
source · pub trait Normalize: List {
type Output: List;
}Expand description
Normalizing an IOPattern with merge operations applied recursively
pub trait Normalize: List {
type Output: List;
}Normalizing an IOPattern with merge operations applied recursively