generald ~master (2022-01-13T00:45:04.1963938)
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