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 + strongly pure 2 nothrow + strongly pure + only immutable indirections in the return type

Meta