QuickSort

vtool.util.QuickSort(list_of_numbers) Really fast method for sorting.
class QuickSort(list_of_numbers)

Really fast method for sorting.

set_follower_list(list_of_anything)

This list much match the length of the list given when the class was initialized.

run()

If no follower list supplied, return number list sorted: list If follower list supplied, return number list and follower list: (list, list)