Given a min and max, ensures that they are in correct order. Meaning, min is less than max. If that is not the case, values are swapped.
@augment-vir/common
Given a min and max, ensures that they are in correct order. Meaning, min is less than max. If that is not the case, values are swapped.