RFC to: my need for 'static switch' and CT 'static variables'

Elronnd elronnd at elronnd.net
Fri Nov 26 00:41:34 UTC 2021


static if (...) {
} else static if (...) {
} else {
	static assert(0);
}


More information about the Digitalmars-d-learn mailing list