[−][src]Crate boxchop
A small library for creating boxed slices Box<[T]>
.
Functions
assume_all_init⚠ | Assumes all elements of the elements in |
new_clones | Creates a boxed slice of |
new_copies | Creates a boxed slice of |
new_defaults | Creates a boxed slice of |
new_uninit | Creates a boxed slice of uninitialized memory. |
new_with | Creates a boxed slice of |
new_zeroed | Creates a boxed slice of zeroed memory. |