xxxxxxxxxx
import std.array, std.range, std.stdio;
void main()
{
assocArray("ABCD".zip(true.repeat)).writeln;
}