Since Enum.partition has been deprecated, it should look like this now: Enum.split_with(rest, &(&1 < pivot))
Since Enum.partition has been deprecated, it should look like this now:
Enum.split_with(rest, &(&1 < pivot))