my.container.vector

Members

Functions

vector
auto vector(T[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Vector
struct Vector(T)
Undocumented in source.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

A RAII vector that uses GC memory. It is not meant to be performant but rather convenient. The intention is to support put/pop for front and back and convenient range operations.