On 10/30/17 6:49 AM, Tony wrote:
I prefer the built-in associative array over using some template
library. It has the clean look and ease-of-use that you get with a
similar data structure in dynamic languages like Python. I consider it a
top feature of D.
There is a misunderstanding here. The
I prefer the built-in associative array over using some template
library. It has the clean look and ease-of-use that you get with
a similar data structure in dynamic languages like Python. I
consider it a top feature of D.
On Sunday, October 29, 2017 22:24:57 Nordlöw via Digitalmars-d-learn wrote:
> 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?
Well, the built-in a