untyped_vec
A type-erased vector type for Rust
Installation
Add untyped_vec to your Cargo.toml to use untyped_vec.
[]
= *
Usage
let mut vec =
vec.push;
assert_eq!
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.