Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 166 Bytes

tipsRust1.md

File metadata and controls

7 lines (4 loc) · 166 Bytes

Debug, to format a value using the {:?} formatter.

// Centimeters, a tuple struct that can be compared #[derive(PartialEq, PartialOrd)] struct Centimeters(f64);