Instead you should use `case` statements or some Nimble package for pattern 
matching. Dynamic dispatch is inferior by pretty much every objective criterion 
I can come up with, harder to analyse, slower, more code to write, doesn't work 
for nested patterns.

Reply via email to