Function yamlComponent

Meant to be added to components that can be set from YAML.

Prototype

auto yamlComponent(string loader)(
  string name
);

Example

@yamlComponent("Test")
class Test : Component
{
    @field("X")
    int x;
}

Authors

Copyright

License