#immutability #im #utilities #im-rc

im_utils

Extends im and im_rc containers with immutable methods

1 unstable release

0.1.1 Jun 30, 2024
0.1.0 Jun 30, 2024

#3 in #im

MPL-2.0 license

14KB
435 lines

✨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).

Dependencies

~1.5MB
~36K SLoC