callSideEffectLevel

Determine if the call of f, or function type or delegate type t1, has any side effects.

int
callSideEffectLevel

Return Value

Type: int

0 has any side effects 1 nothrow + constant purity 2 nothrow + strong purity

Suggestion Box / Bug Report