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. | 
struct Binary<Left, Right>(l:Left, r:Right) < Form
Delayed form with two arguments.
| Name | Description | 
|---|---|
| l:Left | Left argument. | 
| r:Right | Right argument. |