Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created March 24, 2024 19:56
Show Gist options
  • Save laevandus/65f09a8d8311a7e1b6df172487226710 to your computer and use it in GitHub Desktop.
Save laevandus/65f09a8d8311a7e1b6df172487226710 to your computer and use it in GitHub Desktop.
extension RandomAccessCollection {
func sortedMerged(
with otherSorted: [Element],
areInIncreasingOrder: (Element, Element) -> Bool
) -> [Element] where Element: Identifiable {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment