let v: Vec<u8> = Vec::new();. This initializes a vector v that can hold data of type u8 . Other data types can be used in the same way ...
確定! 回上一頁