Skip to content

Updated handling nils / empty slices

Latest
Compare
Choose a tag to compare
@DylanMeeus DylanMeeus released this 22 Feb 18:10

Release notes

  • The All(predicate) function now returns true if the slice is empty.
  • Added tests for Go 1.16
  • Improved testing for nil and empty strings