Vector2.this

CTor

  1. this(T x, T y)
  2. this(U x, U y)
  3. this(const Vector2!(U) vec)
    struct Vector2(T)
    @nogc
    this
    pure nothrow
    (
    U
    )
    (
    const Vector2!(U) vec
    )
    if (
    !is(U == T)
    )
    if (
    isNumeric!(T)
    )

Meta