Vector.this

Like iota

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

Meta