Alexander Dokuchaev
11/25/2025, 5:45 AMequals(), hashCode(), and compareTo().
You provide the objects, it does the rest:
testEquality {
group { User("Alex", 40) }
group { User("Emma", 23) }
group { User("Bob", 29) }
}CLOVIS
11/25/2025, 6:21 PMcompareTo and the Collection contracts is a very good addition 🙏