assumeNoGC

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

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

Meta