You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
고차함수란 함수를 인자로 받거나 함수를 반환하는 함수를 말합니다. Swift에는 대표적으로 map, filter, reduce가 있습니다. Swift에서 함수는 일급 객체이기 때문에 다른 함수의 인자로 사용할 수 있고, 이를 이용해 외부에서 실행 흐름을 추가할 수 있어 재사용성의 이점이 있습니다.
No description provided.
The text was updated successfully, but these errors were encountered: