Given a list of Comparable elements, bring all instances of a given value in the list to the right side of the list.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/11447782-kotlin-whiteboard/lessons/31
Given a list of Comparable elements, bring all instances of a given value in the list to the right side of the list.