You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use Vector::from(slice) or slice.into() to convert from a slice to an owned vector. This should be added to the Quick reference page of the user guide.
We can use
Vector::from(slice)
orslice.into()
to convert from a slice to an owned vector. This should be added to the Quick reference page of the user guide.This has been suggested on the user forum.
The text was updated successfully, but these errors were encountered: