setNoThrowNoGC

Adds nothrow and @nogc attributes

Params:

t = function pointer or delegate to add attributes to
setNoThrowNoGC
(
T
)
(
T t
)
if (
isFunctionPointer!T ||
isDelegate!T
)

Meta