Vector.opUnary

+Vector!(T,size)

  1. Vector!(T, size) opUnary()
  2. Vector!(T, size) opUnary()
    struct Vector(T, int size)
    const
    Vector!(T, size)
    opUnary
    (
    string s
    )
    ()
    if (
    s == "+"
    )

Meta