those which have already `into_*` methods, but for some reason we don't have them as convert implementations e.g.: 1. to `Vec<T, A>` 2. to `Box<[T], A>` etc etc etc that have methods but not the `From` trait conversion
those which have already
into_*methods, but for some reason we don't have them as convert implementationse.g.:
Vec<T, A>Box<[T], A>etc etc etc
that have methods but not the
Fromtrait conversion