Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ARRAY.unique
#2
In QM you cannot add user-defined member functions of ARRAY. Then would need separate functions for ARRAY(int), ARRAY(str) etc. Use non-member functions instead.

Function ARRAY_int_Unique
function ARRAY(int)&a
...
for i a.len-1 0 -1
...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)