CurriedFunction.Partial

Undocumented in source.
class CurriedFunction(A, B, C)
class Partial : Function!(B, C) {}

Constructors

this
this(A x)
Undocumented in source.

Members

Functions

opCall
C opCall(B x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

x
A x;
Undocumented in source.

Meta