pub trait IntersectByOrder<Rhs: HList, Ord>: HList {
type Output: HList;
}
Expand description
Internal dispatch by comparing the heads of two lists. Chooses one of three branches (Less, Equal, Greater) and recurses accordingly.
pub trait IntersectByOrder<Rhs: HList, Ord>: HList {
type Output: HList;
}
Internal dispatch by comparing the heads of two lists. Chooses one of three branches (Less, Equal, Greater) and recurses accordingly.