<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nakimura</author_name>
  <author_url>https://blog.hatena.ne.jp/nakimura/</author_url>
  <blog_title>なっく日報</blog_title>
  <blog_url>https://yukidarake.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>初めて知ったのでメモ程度に。 Kotlinの Destructuring Declarations（分割代入の機能） 以下の公式ドキュメントにもあるとおり分割代入が使えます。 https://kotlinlang.org/docs/reference/multi-declarations.html Pairを使った例 val (first, second) = 1 to 2 println(&quot;first=$first, second=$second&quot;) // first=1, second=2 Map.Entry&lt;K, V&gt; の例 val map = mapOf( &quot;k1&quot; =&gt; &quot;v1&quot;, …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyukidarake.hateblo.jp%2Fentry%2F2020%2F09%2F11%2F232650&quot; title=&quot;KotlinはListでもDestructuring Declarationsが使える - なっく日報&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-09-11 23:26:50</published>
  <title>KotlinはListでもDestructuring Declarationsが使える</title>
  <type>rich</type>
  <url>https://yukidarake.hateblo.jp/entry/2020/09/11/232650</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
