include.isReserved

Undocumented in source.
template include(string name)
static if(__traits(compiles, mixin ("this." ~ name)))
enum isReserved = name.startsWith("__");

Meta