im_utils

Crates.ioim_utils
lib.rsim_utils
version0.1.1
sourcesrc
created_at2024-06-30 09:11:54.674396
updated_at2024-06-30 09:21:45.342125
descriptionExtends im and im_rc containers with immutable methods.
homepage
repositoryhttps://github.com/1216892614/im-utils
max_upload_size
id1287877
size28,851
Nerd (1216892614)

documentation

README

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

Commit count: 6

cargo fmt