Guest User

Untitled

a guest
Jan 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. extension Optional where Wrapped: Collection {
  2. var isNilOrEmpty: Bool {
  3. return self?.isEmpty ?? true
  4. }
  5. }
Add Comment
Please, Sign In to add comment