Skip to content

2.1.0: remainder() and compare()

Compare
Choose a tag to compare
@bpierre bpierre released this 29 Nov 20:21
· 62 commits to main since this release
ffd9798

This version adds two new utilities:

  • remainder() or rem(), equivalent to the % operator.
  • compare(), to be used in combination with functions similar to Array#sort().