-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔀 ::[#251]FoundationUtil / notContains 제작 #254
Conversation
PR 올릴때 타이틀 깃모지는 🔀 달아주세요 ! |
import Foundation | ||
|
||
public extension Collection where Element: Equatable { | ||
func notContains(_ element: Element) -> Bool { !contains(element) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고차함수 notContains도 만들어주세요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그건 어떻게 하는 건가요.....?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고차함수 contains() 알아보시면 되겠습니당
💡 개요
FoundationUtil에 notContains를 제작
📃 작업내용