| Change a range of values to the next lexicographic permutation of those values, and return true, or false if no next permuation exists. |
|||
| Change a range of values to the previous lexicographic permutation of those values, and return true, or return false if no previous permuation exists. |
|||