The implementation for NoteCollections use of Equatable is not good right now, because it is making the NoteCollection aware of the structs that implement the protocol. I did not see a great way around it immediately, because I wanted to be able to easily compare two instances of NoteCollection.
The implementation for
NoteCollection
s use ofEquatable
is not good right now, because it is making the NoteCollection aware of the structs that implement the protocol. I did not see a great way around it immediately, because I wanted to be able to easily compare two instances ofNoteCollection
.