Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created March 19, 2019 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajjadyousefnia/ffd196223d0f386c8e4654bb6bcd9db4 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/ffd196223d0f386c8e4654bb6bcd9db4 to your computer and use it in GitHub Desktop.
interface List<T> {
operator fun get(index: Int): T
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment