<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rinset</author_name>
  <author_url>https://blog.hatena.ne.jp/rinset/</author_url>
  <blog_title>piano曲線</blog_title>
  <blog_url>https://rinset.hatenadiary.org/</blog_url>
  <categories>
    <anon>Prog</anon>
    <anon>D言語</anon>
    <anon>Java</anon>
  </categories>
  <description>D において変数を同じ型の別の変数へ代入したとき、 ・基本型、構造体は値渡し ・class 型は参照渡し でコピーが行われる。 このことに曖昧さはない。 曖昧なのは配列のコピーである。 以下コード。 import house.tostring; struct S { private char[] value; static S opCall(char[] value) { S s; s.value = value; return s; } char[] toString() { return &quot;{&quot; ~ value ~ &quot;}&quot;; } } import std.stdio; void main(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frinset.hatenadiary.org%2Fentry%2F20060320%2F1142837826&quot; title=&quot;参照恐い - piano曲線&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>2006-03-20 15:57:06</published>
  <title>参照恐い</title>
  <type>rich</type>
  <url>https://rinset.hatenadiary.org/entry/20060320/1142837826</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
