isReservedName

Return true if str is a reserved symbol name that starts with a double underscore.

extern (C++)
bool
isReservedName
(
const(char)* str
,
size_t len
)

Meta