Thread overview
Nogc Associative Array?
Aug 25, 2016
Illuminati
Aug 25, 2016
Laeeth Isharc
Aug 25, 2016
Illuminati
August 25, 2016
Does D have a non-gc based associative array?

If not, what would be a good way to go about creating one?
August 25, 2016
On Thursday, 25 August 2016 at 18:14:42 UTC, Illuminati wrote:
> Does D have a non-gc based associative array?
>
> If not, what would be a good way to go about creating one?

See EMSI containers in code.dlang.org


August 25, 2016
On Thursday, 25 August 2016 at 20:11:32 UTC, Laeeth Isharc wrote:
> On Thursday, 25 August 2016 at 18:14:42 UTC, Illuminati wrote:
>> Does D have a non-gc based associative array?
>>
>> If not, what would be a good way to go about creating one?
>
> See EMSI containers in code.dlang.org

Thanks.