It is related to tuples. In rust tuples can be accessed by item position in that way: let foo: (u32, u32) = (0, 1); println!
確定! 回上一頁