Vector.set

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

Meta