Skip to content

Commit 8be190e

Browse files
committed
chore: fix
1 parent b8af900 commit 8be190e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

β€ŽHelp/WorkingCode/Dictionary.swiftβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import Foundation
99

1010

1111
// MARK: Dictionary Reduce
12-
13-
1412
let fruits = ["🍏", "πŸ“", "πŸ’", "🍌", "🍏", "πŸ’", "🍌", "🍌", "🍌", "πŸ’", "πŸ’", "🍌", "πŸ“", "πŸ“"]
1513

1614
let fruitsCount = fruits.reduce(into: [:]) { counts, fruit in
@@ -24,7 +22,6 @@ let fruitsCount = fruits.reduce(into: [:]) { counts, fruit in
2422

2523

2624
// MARK: Dictionary Search List
27-
2825
struct Product: Hashable {
2926
let id: String; // unique identifier
3027
let name: String;

0 commit comments

Comments
Β (0)