xxxxxxxxxx
import std.range, std.algorithm ;
void main()
{
auto a = iota(6.).padRight(0, 10).slide(4);
}