Vector.pushBack

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t pushBack(Stuff stuff)
    struct Vector(T, ALLOC = ThreadMem)
    pragma(inline, true)
    size_t
    pushBack
    (
    Stuff...
    )
    (
    Stuff stuff
    )
    if (
    !isNumeric!Stuff ||
    !is(T == ubyte)
    )
  2. size_t pushBack(Stuff stuff)

Meta