Open krzkaczor opened 10 years ago
We need a way to manage operators, their possible inputs and output. Maybe associate them with types? It is a good idea because custom operators should also work
operators in swift are just global functions (i think so xD). So we can add information to type about supported operators
We need a way to manage operators, their possible inputs and output. Maybe associate them with types? It is a good idea because custom operators should also work