Use Vec::chunks to group into slices of three, and use Iterator::enumerate to track the grouping numbers. Use the pattern match [m1, m2, m3] to destructure ...
確定! 回上一頁