Create a vector from a variadic list of elements, inferring the type of the elements and the allocator
Create a vector from an input range, inferring the type of the elements and the allocator.
A dynamic array with deterministic memory usage akin to C++'s std::vector or Rust's std::vec::Vec
Dynamic arrays with deterministic memory usage akin to C++'s std::vector or Rust's std::vec::Vec