dadt.example

Undocumented in source.

Members

Functions

bind
auto bind(Option!(T) arg, U function(T) proc)
Undocumented in source. Be warned that the author may not have intended to support it.
indent
string indent(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
isEitherRight
Option!(T) isEitherRight(Either!(T, U) arg)
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test()
Undocumented in source. Be warned that the author may not have intended to support it.
testForBinaryTree
void testForBinaryTree()
Undocumented in source. Be warned that the author may not have intended to support it.
testForEither
void testForEither()
Undocumented in source. Be warned that the author may not have intended to support it.
testForOption
void testForOption()
Undocumented in source. Be warned that the author may not have intended to support it.
then
auto then(Option!(T) arg, U function(T) proc)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(Tree!T tree, size_t depth)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

code
enum code;
Undocumented in source.
code1
enum code1;
Undocumented in source.
codeEither
enum codeEither;
Undocumented in source.

Meta