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?

Reply via email to