HashSet in mgl4

[Deleted]  

Is there something like a hashset available in mql4? Like to one in Java.

I want to add and remove items, and iterate through the items. Sorting is not required.


Thanks in advance.

 
[Deleted]  
honest_knave:

b600+ and hash-arrays

 

Thanks. I will dive into it...