Functional Vec
Owning versions of all mutable vec methods. Makes vecs slightly more ergonomic to use in folds.
Supports no_std
environments using the alloc
crate directly.
Example
use FunctionalVec;
let v = .fold;
assert_eq!;
Owning versions of all mutable vec methods. Makes vecs slightly more ergonomic to use in folds.
Supports no_std
environments using the alloc
crate directly.
use FunctionalVec;
let v = .fold;
assert_eq!;