---

Or, put differently, is there a way to convert values in an array to keys of hash in one statement ?

Thanks!
 -gordon

std.array.assocArray.

--
T[] keys;
auto aa = zip(keys, repeat(true)).assocArray;

Reply via email to