pub type DifferenceNet<Lhs, Rhs> = Grouped<DifferenceNet<Lhs, AsExprOf<Rhs, Inet>>>;
Expand description
The return type of lsh.diff(rhs)
Aliased Typeยง
struct DifferenceNet<Lhs, Rhs>(/* private fields */);
pub type DifferenceNet<Lhs, Rhs> = Grouped<DifferenceNet<Lhs, AsExprOf<Rhs, Inet>>>;
The return type of lsh.diff(rhs)
struct DifferenceNet<Lhs, Rhs>(/* private fields */);