(s.len(), 5); // A `char` array with the same contents would be longer ... let size: usize = s.into_iter().map(|c| mem::size_of_val(&c)).sum(); assert_eq!
確定! 回上一頁