dvec.vector

This module contains the Vec templated struct representing vectors and their operations.

Members

Structs

Vec
struct Vec(T, size_t size)

Generic struct that represents a vector holding size elements of type T. A vector must contain at least 1 element, and has no upper-bound on the size beyond restrictions imposed by the system.

Meta