fn main () { // Create an Option containing the value 1. let a_monad: Option<int> = Some(1); // Extract and branch based on result. let ...
確定! 回上一頁