Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created December 22, 2019 13:00
Show Gist options
  • Save zsoltk/3fbc0fe97fe79107f9524e67e2a66a0d to your computer and use it in GitHub Desktop.
Save zsoltk/3fbc0fe97fe79107f9524e67e2a66a0d to your computer and use it in GitHub Desktop.
class Entry<T>(val element: T) {
val children: MutableMap<Any, BackStack<*>> = mutableMapOf()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment