<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gurrium</author_name>
  <author_url>https://blog.hatena.ne.jp/gurrium/</author_url>
  <blog_title>ぜのぜ</blog_title>
  <blog_url>https://giarrium.hatenablog.com/</blog_url>
  <categories>
    <anon>Swift</anon>
  </categories>
  <description>日記 今日も負け越した．勝率5割きびしー 今日書いたコード class Sup { var prop = 0 subscript(_ i: Int) -&gt; Int { return i * 2 } func meth() { print(&quot;meth&quot;) } init() {} } class Sub: Sup { override init() { super.init() print(super[1]) print(super.prop) super.meth() } } Sub() // 2 // 0 // meth 感想 super.init()はよく使うよね</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgiarrium.hatenablog.com%2Fentry%2F2021%2F10%2F02%2F190620&quot; title=&quot;108日目  - ぜのぜ&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>2021-10-02 19:06:20</published>
  <title>108日目 </title>
  <type>rich</type>
  <url>https://giarrium.hatenablog.com/entry/2021/10/02/190620</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
