Skip to content

✨ New features

Compare
Choose a tag to compare
@shanoaice shanoaice released this 29 Jan 02:12
· 367 commits to master since this release
  • 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.