Skip to content

Commit c1877d2

Browse files
committed
ci: generate pages at 9ebc6df [ci skip]
1 parent 9ebc6df commit c1877d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11451,7 +11451,7 @@ <h1 id="ハッシュマップ"><a class="header" href="#ハッシュマップ">
1145111451
or any other type that implements the `Eq` and `Hash` traits.
1145211452
More on this in the next section.
1145311453
-->
11454-
<p>ベクタ型が値を整数のインデックスで保持するのに対し、<code>HashMap</code>ではキーで保持します。<code>HashMap</code>のキーはブーリアン、整数、文字列等の<code>Eq</code>あるいは<code>Hash</code>トレイトを保持する型なら何でもOKです。後でより詳しく見ていきます。</p>
11454+
<p>ベクタ型が値を整数のインデックスで保持するのに対し、<code>HashMap</code>ではキーで保持します。<code>HashMap</code>のキーはブーリアン、整数、文字列等の<code>Eq</code><code>Hash</code>トレイトを保持する型なら何でもOKです。次のセクションでより詳しく見ていきます。</p>
1145511455
<!--
1145611456
Like vectors, `HashMap`s are growable, but HashMaps can also shrink themselves
1145711457
when they have excess space.

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/std/hash.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h1 id="ハッシュマップ"><a class="header" href="#ハッシュマップ">
155155
or any other type that implements the `Eq` and `Hash` traits.
156156
More on this in the next section.
157157
-->
158-
<p>ベクタ型が値を整数のインデックスで保持するのに対し、<code>HashMap</code>ではキーで保持します。<code>HashMap</code>のキーはブーリアン、整数、文字列等の<code>Eq</code>あるいは<code>Hash</code>トレイトを保持する型なら何でもOKです。後でより詳しく見ていきます</p>
158+
<p>ベクタ型が値を整数のインデックスで保持するのに対し、<code>HashMap</code>ではキーで保持します。<code>HashMap</code>のキーはブーリアン、整数、文字列等の<code>Eq</code><code>Hash</code>トレイトを保持する型なら何でもOKです。次のセクションでより詳しく見ていきます</p>
159159
<!--
160160
Like vectors, `HashMap`s are growable, but HashMaps can also shrink themselves
161161
when they have excess space.

0 commit comments

Comments
 (0)