assumeNoThrowNoGC

Assumes that a given function or delegate does not throw.

@nogc nothrow
assumeNoThrowNoGC
(
T
Args...
)
(,
auto ref Args args
)

Parameters

expr T

The expression to execute.

args Args

Arguments to pass to the function.

Meta