<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tomcky</author_name>
  <author_url>https://blog.hatena.ne.jp/tomcky/</author_url>
  <blog_title>Tomcky's blog</blog_title>
  <blog_url>https://tomcky.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Swift</anon>
  </categories>
  <description>Swiftべんきょうきろく、その４、です。 Enumerations and Structures 列挙型を作りたいときはenumを使う。 一番シンプルな形は以下のような感じだろうか。 enum EnumTest { case Zero, One, Two, Three } EnumTest.Zero.hashValue // 0 EnumTest.One.hashValue // 1 EnumTest.Two.hashValue // 2 EnumTest.Three.hashValue // 3 hashValueには0から順番に値が割り当てられている。 型を指定してやると値を自分で割り当…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftomcky.hatenadiary.jp%2Fentry%2F2014%2F12%2F28%2F230545&quot; title=&quot;The Swift Programming Language 勉強記録 - 4 - Tomcky&amp;#39;s blog&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-12-28 23:05:45</published>
  <title>The Swift Programming Language 勉強記録 - 4</title>
  <type>rich</type>
  <url>https://tomcky.hatenadiary.jp/entry/2014/12/28/230545</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
