You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to copy & paste the inferred attributes directly into the code. https://dlang.org/dstyle.html, however, recommends: Attributes should be listed in alphabetical ordering, e.g. const @nogc nothrow pure @safe (the ordering should ignore the leading @).
Currently, the ordering seems to not ignore the leading @.
The text was updated successfully, but these errors were encountered:
I would like to copy & paste the inferred attributes directly into the code.
https://dlang.org/dstyle.html, however, recommends:
Attributes should be listed in alphabetical ordering, e.g. const @nogc nothrow pure @safe (the ordering should ignore the leading @).
Currently, the ordering seems to not ignore the leading
@
.The text was updated successfully, but these errors were encountered: