Hacker News new | ask | show | jobs
by atilaneves 2795 days ago
You can write your own in D though.
1 comments

I don't know how to yet. And if this is possible, is it also possible to fix standard assoc arrays?
> is it also possible to fix standard assoc arrays?

AFAIK, yes, it's just that nobody has done that yet.

The D runtime was written before there were templates, and it shows.