Skip to content

Instantly share code, notes, and snippets.

@kalub92
Created March 5, 2018 22:47
Show Gist options
  • Save kalub92/e1ad3533a1c13ac06e3390f386a053cb to your computer and use it in GitHub Desktop.
Save kalub92/e1ad3533a1c13ac06e3390f386a053cb to your computer and use it in GitHub Desktop.
myHeap.peek() // Prints 2 to the console on the right in Swift Playgrounds
myHeap.poll()
dump(myHeap.items)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment