Temporary @trusted scope

Per Nordlöw per.nordlow at gmail.com
Tue Dec 18 14:30:10 UTC 2018


On Tuesday, 18 December 2018 at 13:52:29 UTC, Steven 
Schveighoffer wrote:
>> template unsafe(alias fn) {
>>      @trusted auto unsafe(T...)(T args) {
>>          return fn(args);
>>      }
>> }

Very nice! What about proposing this for inclusion into 
`std.typecons` or `std.meta`?


More information about the Digitalmars-d-learn mailing list