On 9 Aug., 11:02, Kevin Wright <[email protected]> wrote: > any operator ending with a `:` is also right associative. So > x :: someList > is equivalent to someList.::(x)
I think you just proved Fabrizio's point (and this is a one-line example). ;) With kind regards Ben -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
