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`?