filterSections(matching:equalTo:)
Filters sections by a given optional property that matches a specific value.
Declaration
mutating func filterSections<Value>(matching keyPath: KeyPath<SectionType.LibraryFilter, Value?>, equalTo value: Value?) where SectionType : MusicLibraryRequestable, Value : MusicLibraryRequestFilterValueEquatable