For example, the Map.Entry object supports destructuring to simplify access to its key and value fields: for ((key, value) in map) println("$key: $value") ...
確定! 回上一頁