use std::mem::size_of; fn main() { println!("An int is this big: {}", size_of<int>()); }. Any ideas? I just can't find enough information on this. Thanks.
確定! 回上一頁