as a result this code does not compile:
void main()
{
auto a = File("test.d", "r").byLine();
auto s = randomSample(a,1,5);
writeln(s);
}
Is this a bug or I missed something?
as a result this code does not compile:
void main()
{
auto a = File("test.d", "r").byLine();
auto s = randomSample(a,1,5);
writeln(s);
}
Is this a bug or I missed something?