[][src]Type Definition agnes::label::LabelSetDiff

type LabelSetDiff<LeftSet, RightSet> = <LeftSet as SetDiff<RightSet>>::Set;

Type alias for the label set that is the set different between LeftSet and RightSet.