Increasing/Decreasing list/seq matchers #850
Labels
enhancement ✨
Suggestions for adding new features or improving existing ones.
good-first-issue 👶
Suitable for newcomers looking to contribute to the project.
Milestone
list.shouldBeMonotonicallyIncreasing // 1,2,2,2,3,3,5,6
list.shouldBeStrictlyIncreasing // 1,2,7,8
same for decreasing.
Could work on any type that we have a comparator for as well as the built in common types.
The text was updated successfully, but these errors were encountered: