https://kotlinlang.org logo
#announcements
Title
# announcements
n

noncom

12/12/2017, 3:50 PM
what is the best way to deep-compare two lists in Kotlin today?
k

karelpeeters

12/12/2017, 3:58 PM
list1 == list2
That's a deep comparison, it compares the elements of the lists.