vstd
In vstd::
slice
vstd
::
slice
Function
slice_to_vec
Copy item path
Source
pub
exec
fn slice_to_vec<T:
Copy
>(slice: &
[T]
) ->
out :
Vec
<T>
Expand description
ensures
out@ == slice@,