Associative arrays

rsw0x via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Nov 8 20:52:34 PST 2015


On Monday, 9 November 2015 at 04:29:30 UTC, Rikki Cattermole 
wrote:
> On 09/11/15 4:57 PM, TheFlyingFiddle wrote:
>> [...]
>
> Nope.
>
>> [...]
>
> As far as I'm aware, you are stuck using e.g. structs to 
> emulate AA behavior.
> I have a VERY basic implementation here: 
> https://github.com/rikkimax/alphaPhobos/blob/master/source/std/experimental/internal/containers/map.d
> Feel free to steal.

Fwiw, EMSI provides high quality containers backed by 
std.experimental.allocator.
https://github.com/economicmodeling/containers




More information about the Digitalmars-d-learn mailing list