dsalgo 0.3.10

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