TestStruct

Testing custom YAML struct type.

version(unittest)
struct TestStruct {}

Members

Functions

opCmp
int opCmp(TestStruct s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
int value;
Undocumented in source.

Meta