https://issues.dlang.org/show_bug.cgi?id=23393
--- Comment #1 from FeepingCreature <[email protected]> --- It is a bit unclear what `[a] ~= b` should even do if b *is* an array: `a ~ b` or `a ~ [b]`. In D, this is normally disambiguated by the typesystem. Unfortunately, JS does not have an array concat operator. Requiring ~ to be array-plus-array may genuinely be the best solution. --
