im_utils 0.1.1

Extends im and im_rc containers with immutable methods.
Documentation

✨im_utils.rs✨

Extends im and im_rc containers with immutable methods.

📑Usage📑

Get this crate by cargo add im_utils.

use im_utils::*; // just use them all.
use im::Vector;

let im_v: Vector<i32> = Vector::new().to_pushed_back(12);

assert_eq!(Vector::from_iter([12]), im_v);

⚖️License⚖️

im_utils is licensed under the Mozilla Public License (Version 2.0).