Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
Description
We should make all of our custom types that conform to BSONValue (for example Document, RegularExpression, ObjectID...) conform to the Hashable protocol.
We should then update AnyBSONValue's Hashable implementation to simply hash the underlying BSONValue.