> Interesting! Can you elaborate on that or what the use case is? :) Never > thought about that.
Well Nim uses `{}` for set construction, `[]` for array construction, `()` for tuples, `@[]` for seqs and other containers have nothing and we use something like `[1, 2, 3].toQueue`. I mean, I don't lose sleep over it, but Unicode parenthesis could be useful here.