<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aereal</author_name>
  <author_url>https://blog.hatena.ne.jp/aereal/</author_url>
  <blog_title>Sexually Knowing</blog_title>
  <blog_url>https://this.aereal.org/</blog_url>
  <categories>
    <anon>scala</anon>
  </categories>
  <description>val a, b = 0 // a -&gt; 0, b -&gt; 0 val c, d = (1, 2) // c -&gt; (1, 2), d -&gt; (1, 2) val (e, f) = (3, 4) // e -&gt; 3, f -&gt; 4 val (g, _) = (5, 6) // g -&gt; 5 val (_, i, _) = (7, 8, 9) // i -&gt; 8 val j :: k :: _ = List(10, 11, 12, 13, 14, 15) # j -&gt; 10, k -&gt; 11 多重代入っぽいものは、パターンマッチによって実現されているので、定義式の右辺はパターンマッチによって分解さ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fthis.aereal.org%2Fentry%2F20101208%2F1291742732&quot; title=&quot; 多重代入 - Sexually Knowing&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>2010-12-08 02:25:32</published>
  <title> 多重代入</title>
  <type>rich</type>
  <url>https://this.aereal.org/entry/20101208/1291742732</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
