Type Alias DifferenceNet

Source
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 */);