Daily iOS
0일 연속
Swift 언어주관식출처 github.com

String 내부 구조

text[3]처럼 정수로 String에 접근할 수 없고 text.count가 O(n)인 이유는 무엇인가요?