Mul


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

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