Woldemort Type can't even call "take" or "array"

anonymous via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun May 31 02:57:16 PDT 2015


On Sunday, 31 May 2015 at 07:45:02 UTC, kerdemdemir wrote:
> Unfortunately not this time :)
>
> import std.stdio;
> import std.algorithm;
> import std.string;
> import std.conv;
> import std.array;  ---> I added this line thanks to you.

`take` is in `std.range`. Try importing that.


More information about the Digitalmars-d-learn mailing list