im_utils 0.1.1

Extends im and im_rc containers with immutable methods.
Documentation
  • Coverage
  • 0%
    0 out of 61 items documented0 out of 55 items with examples
  • Size
  • Source code size: 30.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.66 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • 1216892614/im-utils
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 1216892614

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