CGFloat

Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
  1. alias CGFloat = float
  2. alias CGFloat = double
    version(D_ObjectiveC && !watchOS)
    extern (Objective-C)
    alias CGFloat = double

Meta