std.range.chain bug?

Jack Applegame japplegame at gmail.com
Mon Nov 25 11:38:43 PST 2013


This isn't compiles. Bug?

import std.range;
class Foo {}
void main() {
	immutable(Foo)[] a;
	immutable(Foo)[] b;
	auto c = chain(a, b).length;
}

http://dpaste.dzfl.pl/71272a10


More information about the Digitalmars-d-learn mailing list