Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FieldValue Equatable conformance (#46)
The compiler is able to implement the conformance itself given the existing C++ `operator==` for the underlying `FieldValue` type. We just need to declare that we want it.
- Loading branch information