generald v0.7.0 (2015-08-28T03:30:43Z)
Dub
Repo
Printer
generald
functions
Undocumented in source.
debug
class
Printer : Function!(T, void)(
T
) {
void
opCall
(T x);
mixin
Singleton
;
}
Members
Functions
opCall
void
opCall
(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Singleton
Undocumented in source.
Mixed In Members
From
mixin
Singleton
get
typeof
(
this
)
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
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