Function vector.push_back

Overload for basic types to not require a const ref

inout void push_back (
  T value
) pure nothrow @nogc @trusted;