Sphere.area

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto area [@property getter]
    struct Sphere(E, uint D)
    @property const
    static if(D == 2)
    area
    ()
    ()
    if (
    D >= 2 &&
    isNumeric!E
    )
  2. auto area [@property getter]

Meta