/// Sorts stuff_to_sort using the bubblesort algorithom and returns it
/// Behaviur with NaN and and infinity and negative 0 is undefined
/// Behaviour when version != 1 && version != 255 && version != 254 is undefined
/// Recursiveness decicides how efficent the program is with 0 being the most efficent. However currently recursiveness must be None.
use is_sorted;