generald v0.7.0 (2015-08-28T03:30:43Z)
Dub
Repo
FunctionArray
generald
functions
Takues an array of functions and return a function to array.
class
FunctionArray
(A, B)
class
FunctionArray : Function!(A, B[])(
A
B
) {
Function
!(
A
,
B
)[]
fs
;
this
(Function!(A, B)[] fs);
B
[]
opCall
(A x);
}
auto
functionArray
(F[] fs)
Constructors
this
this
(Function!(A, B)[] fs)
Undocumented in source.
Members
Functions
opCall
B
[]
opCall
(A x)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fs
Function
!(
A
,
B
)[]
fs
;
Undocumented in source.
Meta
Source
See Implementation
generald
functions
aliases
ArrayReturn
IdentityFunction
LeftEither
Maybe
MaybeReturn
MaybeTuple
RightEither
TupleLeft
TupleRight
arrayReturn
maybeReturn
classes
ArrayArray
ArrayBind
ArrayMap
ArraySink
ComposedFunction
CurriedFunction
EitherFunction
Function
FunctionArray
FunctionEither
FunctionTuple
MaybeBind
MaybeNothing
MaybeSink
Printer
RealFunction
TupleFunction
UncurriedFunction
functions
arrayArray
arrayBind
arrayMap
arrayOnly
arraySink
autoPrint
autoPrintJustOnly
collatz
compose
curry
eitherEither
eitherEitherIdentity
eitherFunction
eitherFunctionIdentity
functionArray
functionEitherLeft
functionEitherRight
functionTuple
functionTupleIdentity
id
increment
just
left
leftTupleFunction
maybeBind
maybeCompose
maybeEqual
maybeMap
maybeNothing
maybeSink
maybeTuple
nothing
right
rightTupleFunction
swapResult
swapper
triple
tupleLeft
tupleRight
tupleTuple
tupleTupleIdentity
uncurry
mixin templates
Singleton
structs
Either
Takues an array of functions and return a function to array.