substSwitch.substSwitch

Undocumented in source. Be warned that the author may not have intended to support it.
template substSwitch(substs...)
Value
substSwitch
(
Value
)
(
Value value
)
if (
haveCommonType!(Value, substs)
)
if (
(substs.length & 1) == 0 &&
substs.length >= 2
&&
isExpressionTuple!substs
&&
)

Meta