Skip to content

Instantly share code, notes, and snippets.

@adam-arold
Created October 8, 2017 16:45
Show Gist options
  • Save adam-arold/9a9d2418c08af889b3c9ea5543401799 to your computer and use it in GitHub Desktop.
Save adam-arold/9a9d2418c08af889b3c9ea5543401799 to your computer and use it in GitHub Desktop.
val queue: Queue<String?> = LinkedList()
queue.peek()?.toInt()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment