xxxxxxxxxx
import std.algorithm;
import std.range;
void main()
{
static struct Rec
int foo;
}
auto results = [[1,2], [3,4]]
.map!(q => q.map!Rec.chunkBy!"a.foo")
.joiner;