D Map Treemap viewer

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu Oct 27 19:35:37 PDT 2011


OT: Interesting, JS has a .shift method for arrays which is basically:
{ auto v = arr.front; arr.popFront; return v; }

Do we have something equivalent in Phobos? It seems useful.


More information about the Digitalmars-d mailing list