Skip to content

Instantly share code, notes, and snippets.

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