Module vec

Source
Expand description

This module implements utilities to handle std::vec::Vec. Most of those utilities are optimized for fast memory manipulations whenever possible.

It is important to notice that some methods and functions inside this package rely on unsafe code to achieve maximum performance.

Traitsยง

VecExtensions
This trait adds some extension methods to std::vec::Vec for primitive types like integers, floating points and booleans.