Skip to content

Commit 29ec933

Browse files
committed
Add commentary
1 parent bb9ba6a commit 29ec933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/AsyncLocationKit/Extensions/Array+Extensions.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Foundation
22

3+
//MARK: - Array extension equal to filter, but shortly 🙂
34
extension Array where Element == AnyLocationPerformer {
45
func allWith(identifier: ObjectIdentifier) -> [Element] {
56
return self.filter({ $0.typeIdentifier == identifier })

0 commit comments

Comments
 (0)