We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9ba6a commit 29ec933Copy full SHA for 29ec933
Sources/AsyncLocationKit/Extensions/Array+Extensions.swift
@@ -1,5 +1,6 @@
1
import Foundation
2
3
+//MARK: - Array extension equal to filter, but shortly 🙂
4
extension Array where Element == AnyLocationPerformer {
5
func allWith(identifier: ObjectIdentifier) -> [Element] {
6
return self.filter({ $0.typeIdentifier == identifier })
0 commit comments