Generates information on Node members, which is used to generate code for copying or visiting methods.
E.g.:
static enum CTTI_Members = ["una","args",]; static enum CTTI_MayBeNull = [false,true,]; static alias CTTI_Types = Tuple!(typeof(una),typeof(args),); static enum CTTI_TypeStrs = [typeof(una).stringof,typeof(args).stringof,];
See Implementation
Generates information on Node members, which is used to generate code for copying or visiting methods.
E.g.: