When we define a float, we could define it as f32 or f64 . For instance, let x: f32 = 1.0; , we will create a float32 data in the stack memory.
確定! 回上一頁