Help with where syntax in Julia v0.6

I think that if you had never learned the old syntax the new one would be far less confusing – in the new way, Foo{T} only ever means Foo with T as a type parameter, and you define methods for that type the same way you call it. I explained more in this post:

6 Likes