filter(matching:equalTo:)
Filters items by a given property that matches a specific value.
Declaration
mutating func filter<Value>(matching keyPath: KeyPath<MusicItemType.LibraryFilter, Value>, equalTo value: Value) where Value : MusicLibraryRequestFilterValueEquatable