(no title)
RazrFalcon | 2 years ago
Anonymous closure arguments, aka $0, are probably the ugliest part of its syntax.
numbers.contains(where: { $0 > 0 })RazrFalcon | 2 years ago
Anonymous closure arguments, aka $0, are probably the ugliest part of its syntax.
numbers.contains(where: { $0 > 0 })
No comments yet.