Crates.io | im_utils |
lib.rs | im_utils |
version | 0.1.1 |
source | src |
created_at | 2024-06-30 09:11:54.674396 |
updated_at | 2024-06-30 09:21:45.342125 |
description | Extends im and im_rc containers with immutable methods. |
homepage | |
repository | https://github.com/1216892614/im-utils |
max_upload_size | |
id | 1287877 |
size | 28,851 |
Extends im and im_rc containers with immutable methods.
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);
im_utils
is licensed under the Mozilla Public License (Version 2.0).