Vector.length

Gets the vector's length.

  1. double length [@property getter]
    struct Vector(T, char[] c)
    @property
    double
    length
    ()
    if (
    c.length > 1 &&
    areValidCoordinates(c)
    )
  2. double length [@property setter]

Meta