Recent improvements

Dicebot public at dicebot.lv
Wed Feb 19 05:22:43 PST 2014


On Wednesday, 19 February 2014 at 13:18:15 UTC, Bienlein wrote:
> I see. Unhappily, I don't have a D compiler handy. Would this 
> compile:
>
> immutable s = ["red", "blue"].sum
>
> If not, it would be interesting to understand how that works :-)
>
> -- Bienlein

This works right now: immutable s = ["red", "blue"].join("");


More information about the Digitalmars-d mailing list