Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created March 26, 2019 11:52
Show Gist options
  • Save sajjadyousefnia/e52510f736b334c87d69378d1565becd to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/e52510f736b334c87d69378d1565becd to your computer and use it in GitHub Desktop.
for (element in this) {
if (element is String) {
destination.add(element)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment