assumeNoGC

Casts @nogc out of a function or delegate type. Thanks to https://p0nce.github.io/d-idioms/#Bypassing-@nogc

assumeNoGC
(
T
)
(
T t
)
if (
isFunctionPointer!T ||
isDelegate!T
)

Meta