marcglasberg / fast_immutable_collections

Dart Package: Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.
BSD 2-Clause "Simplified" License
213 stars 30 forks source link

Fix the deepEquals extension method #37

Closed yehorh closed 2 years ago

yehorh commented 2 years ago

Rewrite tests and fix it.

https://github.com/marcglasberg/fast_immutable_collections/issues/36

marcglasberg commented 2 years ago

@yehorh Good catch! Thanks!