LHS
-
210215 TIL: POP-4.Generic, lhs/rhs, declaration orderTIL 2021. 2. 15. 23:40
POP https://welly-log.tistory.com/11?category=920557 Swift4: Protocol Oriented Programming - 4.제네릭 4장 제네릭 제네릭은 중복을 피하고, 유연하고 재사용 가능한 코드를 작성할 수 있게 해준다. 스위프트의 Array나 Set 같은 경우 모두 제너릭 구조체로 구현되어 있다. enum Optional { case None case Some(T) welly-log.tistory.com lhs와 rhs에 대한 흥미로운 글 나에겐 너무나 멋진사람들 : 네이버 블로그 lhs 와 rhs 연산자 함수를 만들 경우 함수의 매개변수를 적어줄때 변수 이름으로 lhs(Left Hand Side) 와 rhs(Righ... blog.naver.com lh..