<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>m-hiyama</author_name>
  <author_url>https://blog.hatena.ne.jp/m-hiyama/</author_url>
  <blog_title>檜山正幸のキマイラ飼育記 (はてなBlog)</blog_title>
  <blog_url>https://m-hiyama.hatenablog.com/</blog_url>
  <categories>
    <anon>雑記／備忘</anon>
  </categories>
  <description>2項（引数を2つ持つ）演算「・」を、リスト、バッグ、セットに対してオーバーロード定義しましょう。事例で定義に代えます。 リスト：(1, 2, 1, 3)・(3, 3, 5) = (1, 2, 1, 3, 3, 3, 5) バッグ：[1, 2, 1, 3]・[3, 3, 5] = [1, 2, 1, 3, 3, 3, 5] セット：{1, 2, 3}・{3, 5} = {1, 2, 3, 5} これらの演算は、連接とか合併と呼ばれるものですね。記号「+」を使わなかったのは、後で「+」を別な意味で使うからです。ついでに(?)、記号「I」（大文字アイ）を次の意味でオーバーロード定義しておきます。 リ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fm-hiyama.hatenablog.com%2Fentry%2F20050526%2F1117072196&quot; title=&quot;演算「・」と定数「I」をオーバーロード定義する - 檜山正幸のキマイラ飼育記 (はてな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>2005-05-26 10:49:56</published>
  <title>演算「・」と定数「I」をオーバーロード定義する</title>
  <type>rich</type>
  <url>https://m-hiyama.hatenablog.com/entry/20050526/1117072196</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
