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 42cf09e commit 138f7fcCopy full SHA for 138f7fc
src/ch04-01-what-is-ownership.md
@@ -961,6 +961,7 @@ The ownership of a variable follows the same pattern every time: assigning a
961
value to another variable moves it. When a variable that includes data on the
962
heap goes out of scope, the value will be cleaned up by `drop` unless ownership
963
of the data has been moved to another variable.
964
+-->
965
966
変数の所有権は、毎回同じパターンを辿っています: 別の変数に値を代入すると、ムーブされます。
967
ヒープにデータを含む変数がスコープを抜けると、データの所有権が別の変数にムーブされていない限り、
0 commit comments