-
Notifications
You must be signed in to change notification settings - Fork 72
4.17. String #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.17. String #69
Conversation
添削宜しくお願い致します @KeenS |
文字列は、プログラマーがマスターすべき重要なコンセプトです。 | ||
Rustの文字列の扱いは、Rust言語がシステムにフォーカスしているため、少し他の言語と異なります。 | ||
動的なサイズを持つデータ構造が有る時、常に物事は複雑になります、そして文字列もまたサイズを変更することができるデータ構造です。 | ||
これはつまり、Rustの文字列もまた、Cのような他のシステム言事は少し異なるということです。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x 言事は
o 言語とは
@KeenS 添削ありがとうございます。 null-terminatedは、{null or NULL}終端 といった感じで訳されてると思います、nullをどの形で訳するかはいろいろ有ると思います。とりあえず、すべて小文字のnullにしてみました。 |
確認しました。後程マージします。お疲れ様でした。 |
@pocket7878 @KeenS 成果物巡回中に細かいながらも幾つか抜けがあったためコメントさせて頂きました。 |
@Nnwww closedなpull reqにコメントを付けると見逃しかねないので新規にイシューかプリルクを上げていただけると幸いです |
すみません以後気をつけます。PR: #74 |
No description provided.