Interesting, is multiplication method used for arrays concatenation as well? Even if using multiplication to join strings may be consistent with some properties of mathematical notation, it's less consistent with the…
I was curious what Julia decided to use for string concatenation (+ method would be the least surprising option for me since it's common for the most of source code in use, even while the string concatenation is non…
Interesting, is multiplication method used for arrays concatenation as well? Even if using multiplication to join strings may be consistent with some properties of mathematical notation, it's less consistent with the…
I was curious what Julia decided to use for string concatenation (+ method would be the least surprising option for me since it's common for the most of source code in use, even while the string concatenation is non…