Skip to content

Instantly share code, notes, and snippets.

@mohsinbmwm3
Created January 18, 2021 14:45
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 mohsinbmwm3/1c95d8e078a554d7ea2844ccc1dc1265 to your computer and use it in GitHub Desktop.
Save mohsinbmwm3/1c95d8e078a554d7ea2844ccc1dc1265 to your computer and use it in GitHub Desktop.
Array swift extensions.
import Foundation
extension Array {
var isNotEmpty: Bool {
return !isEmpty
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment