✨ New features
B.reverse
Returns a new list or string with the elements or characters in reverse order.B.flip
Returns a new function much like the supplied one, except that the first two arguments' order is reversed.B.flipAll
Returns a new function much like the supplied one, except that all the arguments' order is reversed.