for(k, v; aa) { ... } is better than:

for(o; aa) {
    auto k = o.key, v = o.value;
    ...
}

right?

Are there any reason why .byKeyValue doesn't return a Tuple?

Reply via email to