tango.util.container.more.Vector

Members

Functions

main
void main()

Structs

Vector
struct Vector(V, int Size = 0)

A vector of the given value-type V, with maximum depth Size. Note that this does no memory allocation of its own when Size != 0, and does heap allocation when Size == 0. Thus you can have a fixed-size low-overhead instance, or a heap oriented instance.

Meta

Since

0.99.7

License

BSD style: $(LICENSE)

Version

Initial release: April 2008