need a dialect of Rust that uses `[]` for generics and `()` for array accesses
Conversation
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/
1
1
Example of using [] for type params and .() for indexing: brson.github.io/archaea/foreac
1
1
Show replies

