<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>boscono</author_name>
  <author_url>https://blog.hatena.ne.jp/boscono/</author_url>
  <blog_title>てきとうなメモ</blog_title>
  <blog_url>https://boscono.hatenablog.com/</blog_url>
  <categories>
    <anon>Erlang</anon>
  </categories>
  <description>複合データ型．各要素へのアクセスは速い．リテラルは{}で囲まれた要素で表現する． 構造体を表現するのに利用される． 23&gt; T = {&quot;john&quot;, 23, male, {jan, 6}}. {&quot;john&quot;,23,male,{jan,6}}BIF(built-in function)としてelement, setelement, sizeなどがある． 24&gt; element(1, T). &quot;john&quot; 25&gt; setelement(2, T, 25). {&quot;john&quot;,25,male,{jan,6}} 26&gt; size(T). 4</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboscono.hatenablog.com%2Fentry%2F20070503%2Fp4&quot; title=&quot; タプル - てきとうなメモ&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>2007-05-03 00:00:04</published>
  <title> タプル</title>
  <type>rich</type>
  <url>https://boscono.hatenablog.com/entry/20070503/p4</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
