In Rust you can return a tuple with more than one value: fn my_func() -> (u8, bool) { (1, true) }. A language returning more than a value is ...
確定! 回上一頁