Ternary
struct Ternary<Left, Middle, Right>(l:Left, m:Middle, r:Right) < Form
Delayed form with three arguments.
Member Variables
Name | Description |
---|---|
l:Left | Left argument. |
m:Middle | Middle argument. |
r:Right | Right argument. |
struct Ternary<Left, Middle, Right>(l:Left, m:Middle, r:Right) < Form
Delayed form with three arguments.
Name | Description |
---|---|
l:Left | Left argument. |
m:Middle | Middle argument. |
r:Right | Right argument. |