need a dialect of Rust that uses `[]` for generics and `()` for array accesses
Conversation
I want it too
1
1
Old rust used to use `[]` for type params and I'm still sad that it lost it 😢
This site is a wild ride if you're not familiar with Rust as it was back in the day: brson.github.io/archaea/
I don't think that _exactly_ would have survived but since we use .0 etc for tuple access I think arrays coulda been the same.
1
1
Show replies


