Type sequence concatenation / associative array implementation

Marcel marcelpi97 at gmail.com
Wed Feb 12 20:58:49 UTC 2020


Hello!
I have two questions:

1- How can I concatenate two type sequences?

2- How is the builtin associative array implemented? I think I 
read somewhere it's implemented like C++'s std::unordered_map but 
with BSTs instead of DLists for handling collisions: is this 
correct?


More information about the Digitalmars-d-learn mailing list