Why deprecate array concatenation with "[]" and suggest to use "collect"?
It requires more typing and makes code less elegant.  What do we really
gain with inefficiency?

Also using "[]" directly in REPL does not have problem, but including code
generates warning.  Why?

Reply via email to