<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>akatakun</author_name>
  <author_url>https://blog.hatena.ne.jp/akatakun/</author_url>
  <blog_title>Akata Works</blog_title>
  <blog_url>https://akataworks.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Scala</anon>
  </categories>
  <description>初、Scalaの記事です。 Scalaは言語仕様にオマジナイ的なものが少なくて、 勉強していて「なるほど、ここはこうなってんだ〜〜」て思うことが多いです。 さて、そんなScalaの配列ですが、定義方法だけでも結構あります。 val num: Array[Int] = new Array[Int](5); // 型と要素数で定義 val num = new Array[Int](5); // 型推論 val num: Array[Int] = new Array(5); // 型推論 val num = new Array(5); // Array[Nothing] val num: Array…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakataworks.hatenadiary.jp%2Fentry%2F2015%2F06%2F24%2F233436&quot; title=&quot;ScalaのArrayとApplyについて調べた - Akata Works&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>2015-06-24 23:34:36</published>
  <title>ScalaのArrayとApplyについて調べた</title>
  <type>rich</type>
  <url>https://akataworks.hatenadiary.jp/entry/2015/06/24/233436</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
