onmyway133/DeepDiff

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

jrogccom opened this issue · 2 comments

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.

@jrogccom PR submitted #31

Thanks to @snoozemoose PR, this issue is resolved