Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created March 31, 2018 21:21
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/7a83d17b2342cd663e468821fb068e2b to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/7a83d17b2342cd663e468821fb068e2b to your computer and use it in GitHub Desktop.
public interface MutableIterable<out T> : Iterable<T> {
override fun iterator(): MutableIterator<T>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment