[Rust] isize、usizeとは
結論
あなたのパソコンのCPUアーキテクチャに合ったビット分のサイズを取ってくれる整数型
です。
例)
32bitのPC
isize = i32
usize = u32
64bitのPC
isize = i64
usize = u64
Author And Source
この問題について([Rust] isize、usizeとは), 我々は、より多くの情報をここで見つけました https://qiita.com/osorezugoing/items/23940e2507ae6149f12d著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .