dsalgo 0.3.10

A package for Datastructures and Algorithms.
Documentation
1
pub struct Vector<T, const N: usize>([T; N]);