TestStruct

Testing custom YAML struct type.

version(unittest)
struct TestStruct {
int value;
}

Constructors

this
this(ref Node node)

Constructor function for TestStruct.

Members

Functions

opCast
Node opCast()

Representer function for TestStruct.

Meta