sortItems(by:ascending:)
Sorts items by a specified property.
Declaration
mutating func sortItems<Value>(by keyPath: KeyPath<MusicItemType.LibrarySortProperties, Value>, ascending: Bool)Sorts items by a specified property.
mutating func sortItems<Value>(by keyPath: KeyPath<MusicItemType.LibrarySortProperties, Value>, ascending: Bool)