인프런 커뮤니티 질문&답변
클로저
작성
·
285
답변 1
0
yagom
지식공유자
강한 참조 순환(Strong Reference Cycle)을 방지하기 위한 클로저의 캡쳐 리스트(Capture lists)입니다.
아래 문서에서 해당 내용을 확인할 수 있습니다.
https://docs.swift.org/swift-book/LanguageGuide/Closures.html#ID103
https://docs.swift.org/swift-book/LanguageGuide/AutomaticReferenceCounting.html#ID56





