Skip to content

Commit

Permalink
Merge pull request #124 from dn-m/homogeneous-sequence
Browse files Browse the repository at this point in the history
Generalize is(Homogeneous|Heterogeneous) over Sequence
  • Loading branch information
jsbean authored Jul 24, 2018
2 parents b7bec1b + 91a3811 commit 0b2a607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DataStructures/Homogeneity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import Destructure

extension Collection where Element: Equatable {
extension Sequence where Element: Equatable {

/// - Returns: `true` if there are one or fewer elements in `self`, or if all elements in
/// `self` are logically equivalent.
Expand Down

0 comments on commit 0b2a607

Please sign in to comment.