onmyway133 / DeepDiff

🦀Amazingly incredible extraordinary lightning fast diffing in Swift
https://onmyway133.com/apps/
Other
2.05k stars 143 forks source link

UICollectionView.reload<T: Hashable>.. generic constraint unnecessary #30

Closed jrogccom closed 5 years ago

jrogccom commented 5 years ago

Wondering why reload requires Hashable as a generic constraint, since changes are generated using DiffAware and reload never refers to any Hashable property within T.

snoozemoose commented 5 years ago

@jrogccom PR submitted #31

onmyway133 commented 5 years ago

Thanks to @snoozemoose PR, this issue is resolved