How to change DList elements by means of foreach?

monarch_dodra monarchdodra at gmail.com
Mon Sep 10 04:40:01 PDT 2012


On Monday, 10 September 2012 at 11:36:42 UTC, monarch_dodra wrote:
>       slice.front() = value;    //Feed back into the range*
Typo in my code when I was investigating, this should be:
>       slice.front = value;      //Feed back into the range*



More information about the Digitalmars-d-learn mailing list