All of Rust's collection types—Vec, HashMap, BinaryHeap, and so on—implement Default, with default methods that return an empty collection.
確定! 回上一頁