Neo
Neo
- how to resolve the conflict between a protocol that has implemented procs and one that doesn't - whether a class can override implemented procs
Thank you for letting me know this issue, I've completely forgotten about multiple implementation. I was unsure of how to proceed, but I now realize making protocols with custom pragma...
My apologies for my late response. I had been struggling with my own problems. Would you check if `isInstanceOf()` works properly?
To be honest I haven't decided how to implement `isInstanceOf` on `protocol` itself yet, because It's obvious that an instance of a certain protocol like `session` has the structure of...
`converter` may be good for it
`&` operator in https://github.com/glassesneo/OOlib/issues/140