Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 영화리뷰
- 키노
- 영화일기
- Flutter Toy Project
- sopt 35기
- SOPT
- 도서리뷰
- inflearn
- toy project
- 영화
- 인프런
- sopt ios
- 영화후기
- java
- 일기
- 코딩공부
- 새벽녘 소소한 기록
- 백준
- 자바 스터디
- 리뷰
- 자바
- 자바공부
- 토이프로젝트
- 영화기록
- Flutter
- backend
- 백엔드
- IOS
- 플러터
- 스프링 입문
Archives
- Today
- Total
목록스위프트 allsafety (1)
새벽의 기록
[ios\swift] allSatisfy(_:)
모든 요소가 특정 조건을 만족하는지 확인하는 메서드 https://developer.apple.com/documentation/swift/array/allsatisfy(_:) allSatisfy(_:) | Apple Developer DocumentationReturns a Boolean value indicating whether every element of a sequence satisfies a given predicate.developer.apple.com 모든 요소가 특정 조건을 만족하는지 확인하는 메서드 # case1 let names = ["Sofia", "Camilla", "Martina", "Mateo", "Nicolás"]let allHaveAtLeastFive = names.allS..
[iOS]
2024. 6. 10. 13:47