http://d.puremagic.com/issues/show_bug.cgi?id=4821


Dmitry Olshansky <dmitry.o...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.o...@gmail.com


--- Comment #1 from Dmitry Olshansky <dmitry.o...@gmail.com> 2012-09-28 
09:11:36 PDT ---
insert probably got deprecated with time. But this code works for me:

import std.array: insertInPlace;

void main() {
    string[] a;
    a.insertInPlace(0, "hello");
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to