Skip to content

interp's curly braces should be optional for a lone symbol #23

@Abscissa

Description

@Abscissa

For a simple lone symbol, interp should allow simplifying this...

auto foo = 42;
auto str = mixin(interp!"Value is ${foo} now");

...down to...

auto foo = 42;
auto str = mixin(interp!"Value is $foo now");

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions