Skip to content

Utility Library v1.2.0

Choose a tag to compare

@AndrzejKebab AndrzejKebab released this 23 Jan 01:37
· 21 commits to main since this release

[1.2.0] - 23-01-2024

Added

ArrayExtensions

  • Sort method to sort the elements in the entire array using the specified comparison.
  • Sort method to sort a range of elements in the array using the specified comparer.
  • RandSort method to sort the elements in the array in random order.