Swiftz
Swiftz copied to clipboard
Deprecate The Matchers
My bad. Should have been using ~=
from the get-go.
OK, so we can't match on tuples (plan A), but I at least want to remove boxes from the enum cases.
Apparently we can match on tuples, or rather expressions returning tuples https://gist.github.com/jckarter/019f317b669961add5a3