Skip to content

Instantly share code, notes, and snippets.

@yavuztas
Last active August 27, 2019 15:23
Show Gist options
  • Save yavuztas/9e3bdb51249329a65617ca50ad34ce49 to your computer and use it in GitHub Desktop.
Save yavuztas/9e3bdb51249329a65617ca50ad34ce49 to your computer and use it in GitHub Desktop.
public static <T> List<T> toList(T[] array) {
// TODO implement but how?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment