Confirmed - Needs ImplementationGood First Issue
仓库指标
- 星标
- (7,603 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
If i explicitly define a skipRepeats function on my subscription selection I feel that it should take precedence over my type's == implementation. More than a few times I've been burned by not realizing the Subscription is forgoing skipRepeats because its selection is Equatable.