A tuple is defined as a compound data type that allows you to store a collection of values of a different type. In Rust, a tuple is implemented as a struct, ...
確定! 回上一頁