Add


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

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