We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d12f79 commit 81df19eCopy full SHA for 81df19e
Sources/Match3Kit/Controller.swift
@@ -11,7 +11,7 @@ public struct MatchResult<Filling: GridFilling> {
11
public let spawned: [Index: Grid<Filling>.Cell]
12
}
13
14
-public struct Pattern: Equatable, Hashable {
+public struct Pattern: Hashable {
15
public let indices: Set<Index>
16
17
public init(indices: Set<Index>) {
Tests/Match3KitTests/MatcherTests.swift
@@ -15,7 +15,7 @@ final class MatcherTests: XCTestCase {
case x
case y
18
- var pattern: Pattern {
+ var pattern: Match3Kit.Pattern {
19
.init(indices: [])
20
21
0 commit comments