what is the way to return hashmaps? this works, but its utterly clumsy: ``` string[string] orig; Value[Value] res; foreach(k,v; in){ res[Value(k)] = Value[v]}; `` ```