pub type CGFloat = f64;
NSGeometry
The basic type for all floating-point values.
This is f32 on 32-bit platforms and f64 on 64-bit platforms.
f32
f64
This technically belongs to the CoreGraphics framework, but we define it here for convenience.
CoreGraphics
See Apple’s documentation.