Module il2_utils::vec [−][src]
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
This trait adds some extension methods to std::vec::Vec for primitive
types like integers, floating points and booleans.