17537, "lydia-duncan", "Should we spend additional effort to make these internal types use operator methods?", "2021-04-07T17:34:25Z"
I encountered syntax errors for some of the types in ChapelArray.chpl and ChapelRange.chpl when trying to make them use operator methods. Is this something we care sufficiently about to fix?
Similar question about string's = operator.
I intentionally did not try to enable tuples or owned/shared to use operator methods as well, due to how specially treated they are in the compiler. Would it be worth investigating if they can use operator methods?