You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: there’s one big difference between the MyBox<T> type we’re about to build and the real Box<T>: our version will not store its data on the heap. We are focusing this example on Deref, so where the data is actually stored is less important than the pointer-like behavior.
和訳版にもこのコメントを追加する。
The text was updated successfully, but these errors were encountered:
tatsuya6502
changed the title
ch15-02:冒頭の注釈(MyBox<T>とBox<T>の違いに関する追加する
ch15-02:冒頭の注釈(MyBox<T>とBox<T>の違いに関するもの)を追加する
Apr 18, 2021
原文では このissue によって、 章の冒頭に以下のコメントが追加されている。
和訳版にもこのコメントを追加する。
The text was updated successfully, but these errors were encountered: