generald v0.7.0 (2015-08-28T03:30:43Z)
Dub
Repo
CurriedFunction.Partial
generald
functions
CurriedFunction
Undocumented in source.
class
CurriedFunction
(A, B, C)
class
Partial : Function!(B, C) {
A
x
;
this
(A x);
C
opCall
(B x);
}
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
Source
See Implementation
generald
functions
CurriedFunction
classes
Partial
constructors
this
functions
opCall
variables
uncurried