[Swift Deep Dive] Internal and External Parameter Names

Woozoo·2022년 12월 18일
0
post-custom-banner
func myFunc(name eman: Type) {
	print(eman)
}

함수 파라미터는 외부에서 부를 때랑 내부에서 부를 때 이름 두가지로 설정 가능함
생략은 _ 로
알고 있던거

profile
우주형

0개의 댓글