RESERVED_WORDS

A collection of variable names that cannot be used to generate Dlang code.

static immutable
RedBlackTree!string RESERVED_WORDS;

Meta