TestStruct

Testing custom YAML struct type.

version(unittest)
struct TestStruct {}

Constructors

this
this(int x)
Undocumented in source.
this
this(Node node)

Constructor function for TestStruct.

Members

Functions

opCast
Node opCast()

Representer function for TestStruct.

Variables

value
int value;
Undocumented in source.

Meta