Which code statement in Rust is used to define a BTreeMap object?

Question:Which code statement in Rust is used to define a BTreeMap object?

1.let mut btm = BTreeMap::new();

2.let btm = BTreeMap::new();

3.BTreeMap btm = std::collections::BTreeMap::new();

4.BTreeMap btm = BTreeMap.new();


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!