FuncDeclaration.isReturnIsolated

See if pointers from function parameters, mutable globals, or uplevel functions could leak into return value.

class FuncDeclaration
extern (D) final
bool
isReturnIsolated
()

Return Value

Type: bool

true if the function return value is isolated from any inputs to the function

Suggestion Box / Bug Report