let mut rng = rand::thread_rng(); let choice = x.choose(&mut rng).unwrap(); ... Expose a read-only integer x to the outside world while being writable ...
確定! 回上一頁