Skip to content

@oneline UDA #4

@deviator

Description

@deviator

@oneline UDA for using SDL attributes

example:
D code

struct Foo
{
    string value;
    int count;
}
@oneline
Foo foo;

SDL file

foo "hello" count=12

now need SDL like this

foo {
    value "hello"
    count 12
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions