#1471 js: List.binarySearch and List.shuffle are missing

dsav Sun 3 Apr 2011

The absence of shuffle is not very disturbing, but binarySearch is quite useful.

andy Mon 4 Apr 2011

Promoted to ticket #1471 and assigned to andy

andy Fri 27 May 2011

Ticket resolved in 1.0.59

List.shuffle, random, swap, flatten added. List.binarySearch, binaryFind added via #1537. List should now be method complete under JavaScript.

Login or Signup to reply.