Sphere.volume

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

Meta