Swiftz icon indicating copy to clipboard operation
Swiftz copied to clipboard

Deprecate The Matchers

Open CodaFi opened this issue 9 years ago • 2 comments

My bad. Should have been using ~= from the get-go.

CodaFi avatar Mar 05 '15 22:03 CodaFi

OK, so we can't match on tuples (plan A), but I at least want to remove boxes from the enum cases.

CodaFi avatar May 16 '15 15:05 CodaFi

Apparently we can match on tuples, or rather expressions returning tuples https://gist.github.com/jckarter/019f317b669961add5a3

CodaFi avatar May 17 '15 07:05 CodaFi