<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>minazoko</author_name>
  <author_url>https://blog.hatena.ne.jp/minazoko/</author_url>
  <blog_title>水底で思うこと</blog_title>
  <blog_url>https://minazoko.hatenadiary.org/</blog_url>
  <categories>
    <anon>Clojure</anon>
  </categories>
  <description>コレクションっぽいデータ構造にたいして、それぞれどうなるか調べてみた。 結果 seq? sequential? coll? Java配列(int-array 2) false false false 文字列&quot;12&quot; false false false セット#{1 2} false false true マップ{:a 1 :b 2} false false true ベクタ[1 2] false true true リスト'(1 2) true true true 遅延シーケンス(lazy-seq [1 2]) true true true java配列と文字列は、どれにも該当しない。 リスト…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fminazoko.hatenadiary.org%2Fentry%2F20100623%2F1277229875&quot; title=&quot;seq? sequential? coll? - 水底で思うこと&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-06-23 03:04:35</published>
  <title>seq? sequential? coll?</title>
  <type>rich</type>
  <url>https://minazoko.hatenadiary.org/entry/20100623/1277229875</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
