TestStruct

Testing custom YAML struct type.

version(unittest)
struct TestStruct {
int value;
}

Meta