Sub


struct Sub<Left, Right>(l:Left, r:Right) < Binary<Left, Right>(l, r)

Delayed form for subtraction. This is returned by the operator - with one or more form or expression arguments.