comparison_ex

Undocumented in source.

Members

Aliases

replacementSwitch
alias replacementSwitch = substSwitch
Undocumented in source.

Templates

substSwitch
template substSwitch(substs...)

Similar to among but for set of replacements/substitutions substs. Time-Complexity: O(1) thanks to D's switch guaranteeing hash-table matching.

Meta