boxchop
Documentation | View on libs.rs
A tiny library for creating boxed slices Box<[T]>.
let nums = new_with;
assert_eq!;
⚠️ This was created before I found the new_uninit nightly feature. The fundamental itch this crate
scratches will eventually be part of the standard library: see
Box::new_uninit_slice and Box::assume_init.