* (spread operatior)

CODEDRAGON Development/Kotlin

반응형


 

 

* (spread operatior)

·       펼침 연산자

·       가변인자에 다른 배열의 요소들을 추가할 사용합니다.

·       C * 연산자와 비슷합니다.

 

 

functionname( arg1, arg2, *arrayname, arg3, ... )

 

 

 

* 연산자 - C

http://codedragon.tistory.com/2054

 


반응형