Removing elements from dynamic array

kinke via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 9 07:29:02 PDT 2015


On Sunday, 9 August 2015 at 14:24:38 UTC, Reflexive wrote:
> Error: module remove is in file 'std/algorithm/remove.d' which 
> cannot be read

remove() is a function in module std.algorithm:

import std.algorithm: remove;
remove(foo);


More information about the Digitalmars-d-learn mailing list