orx-imp-vec 2.2.0

`ImpVec`, standing for immutable push vector 👿, is a data structure which allows appending elements with a shared reference.
Documentation
[dependencies.orx-pinned-vec]
version = "2.9"

[dependencies.orx-split-vec]
version = "2.11"
[dev-dependencies.orx-fixed-vec]
version = "2.9"

[package]
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
categories = ["data-structures", "rust-patterns"]
description = "`ImpVec`, standing for immutable push vector 👿, is a data structure which allows appending elements with a shared reference."
edition = "2021"
keywords = ["vec", "pinned", "bag", "container", "split"]
license = "MIT"
name = "orx-imp-vec"
readme = "README.md"
repository = "https://github.com/orxfun/orx-imp-vec/"
version = "2.2.0"