there are talks of operator syntax clashing with operator syntax introduced by TypeScript, but could this problem be circumvented?
is there a chance we could get something like this instead?
SomeProtocol[Protocol.implementedBy](someObject)
SomeProtocol[Protocol.satisfiedBy](someObject)
there are talks of operator syntax clashing with operator syntax introduced by TypeScript, but could this problem be circumvented?
is there a chance we could get something like this instead?