I tried
alias SafeOf(DG) = DG @safe; but it didn't compile.The case is not @safe-specific; it's the same for all function attributes.
Q. Schroll via Digitalmars-d-learn Wed, 27 Feb 2019 12:05:54 -0800
I tried
alias SafeOf(DG) = DG @safe; but it didn't compile.The case is not @safe-specific; it's the same for all function attributes.