Skip to content

Binary


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

Delayed form with two arguments.

Member Variables

Name Description
l:Left Left argument.
r:Right Right argument.