Vector.set

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void set(vt x, vt y)
    struct Vector(type, int dimension_)
    @safe pure nothrow
    static if(dimension == 2)
    void
    set
    (,)
  2. void set(vt x, vt y, vt z)
  3. void set(vt x, vt y, vt z, vt w)

Meta