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