This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
There is a bug in "Equatable" when the value is Array or Dictionary. #59
Labels
bug
Something isn't working
print(AnyCodable.init(["1"]) == AnyCodable.init(["1"])) // print false
print(AnyCodable.init(["1:2"]) == AnyCodable.init(["1:2"])) // print false
I am using AnyCodable-FlightSchool 0.6.0
The text was updated successfully, but these errors were encountered: