An example would be as follows: [code]infix fun String.charAt(index: Int): Char? ... "Hello World" charAt 6 // infix function call, will return 'W'.
確定! 回上一頁