<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hachinobu</author_name>
  <author_url>https://blog.hatena.ne.jp/hachinobu/</author_url>
  <blog_title>hachinoBlog</blog_title>
  <blog_url>https://hachinobu.hateblo.jp/</blog_url>
  <categories>
    <anon>Swift</anon>
  </categories>
  <description>背景 基本的な言語仕様はふんわりと学んだので、今後多用するであろうArrayとDictionaryの使い方を調べたのでメモ。 Array サンプルコード // immutableなString型の配列 let names: String[] = [&quot;name5&quot;, &quot;name2&quot;, &quot;name1&quot;, &quot;name3&quot;] //各データを取得 let name1 = names[0] //name5 let name2 = names[1] //name2 let name3 = names[2] //name1 let name4 = names[3] //name3 //各件数 names.ca…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhachinobu.hateblo.jp%2Fentry%2F2014%2F06%2F11%2F175657&quot; title=&quot;SwiftのArrayとDictionaryの使い方 - hachinoBlog&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>2014-06-11 17:56:57</published>
  <title>SwiftのArrayとDictionaryの使い方</title>
  <type>rich</type>
  <url>https://hachinobu.hateblo.jp/entry/2014/06/11/175657</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
