Associative arrays with keys containing mutable indirections

Nordlöw per.nordlow at gmail.com
Sun Oct 29 22:24:57 UTC 2017


Shouldn't associative arrays with key types (K) having mutable 
indirections (std.traits.hasAliasing!K) such as

     string[ubyte[]]

be disallowed?

If not, in what cases do we want this?


More information about the Digitalmars-d-learn mailing list