Vector.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void add(T t)
  2. void add(T t, size_t pos)
  3. void add(X[] t)
    struct Vector(T)
    export public export
    void
    add
    (
    X
    )
    (
    X[] t
    )
    if (
    is(Unqual!X == Unqual!T)
    )

Meta