sort(by:ascending:)

Sorts items by a specified property.

Declaration

mutating func sort<Value>(by keyPath: KeyPath<MusicItemType.LibrarySortProperties, Value>, ascending: Bool)