Simplification of @trusted

ikod igor.khasilev at gmail.com
Wed Jun 16 18:47:19 UTC 2021


On Wednesday, 16 June 2021 at 11:38:54 UTC, RazvanN wrote:
> becomes this:
>
> ```d
> void foo() @safe
> {
>     @trusted
>     {
>        ....
>     }
> }
> ```

Definitely would love this


More information about the Digitalmars-d mailing list