Vector.this

Like iota

  1. this(double start, double end, double step)
    struct Vector
    this
    (
    double start
    ,
    double end
    ,
    double step = 1
    )
  2. this(double[] vec)
  3. this(double num, long l)

Meta