Operator precedence in scala

Posted by Jeriho on Stack Overflow See other posts from Stack Overflow or by Jeriho
Published on 2010-05-27T15:12:58Z Indexed on 2010/05/27 15:31 UTC
Read the original article Hit count: 160

Filed under:
|

I like scala's propose of operator precedence but in some rare case unmodified rules may be inconvenient because you have restrictions in naming your methods. Is there in scala ways to define another rules for a class/file/etc? If not would it be resolved in future?

© Stack Overflow or respective owner

Related posts about scala

Related posts about operator-precedence