Symbol_isAffected

Determine if s may be affected if an assignment is done through a pointer.

version(COMPILE)
extern (C++) nothrow @safe
bool
Symbol_isAffected
(
const ref Symbol s
)

Parameters

s Symbol

symbol to check

Return Value

Type: bool

true if it may be modified by assignment through a pointer

Suggestion Box / Bug Report