We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0d8f2 commit cc2c0adCopy full SHA for cc2c0ad
1.6/ja/book/casting-between-types.md
@@ -1,4 +1,5 @@
1
-% Casting Between Types
+% 型間のキャスト
2
+<!-- % Casting Between Types -->
3
4
Rust, with its focus on safety, provides two different ways of casting
5
different types between each other. The first, `as`, is for safe casts.
0 commit comments