Hi,
Following issue #130, Box<T, A> now has the methods try_new_uninit_slice_in and try_new_zeroed_slice_in, alongside with all the other constructors.
However Rc<T, A> and Arc<T, A> miss try_new_uninit_slice_in and try_new_zeroed_slice_in, even if they have every other constructor Box<T, A> has.
Should they be implemented?
Hi,
Following issue #130,
Box<T, A>now has the methodstry_new_uninit_slice_inandtry_new_zeroed_slice_in, alongside with all the other constructors.However
Rc<T, A>andArc<T, A>misstry_new_uninit_slice_inandtry_new_zeroed_slice_in, even if they have every other constructorBox<T, A>has.Should they be implemented?