Skip to main content

extern_spec_T__constN_From__array_T_Vec_T_from

Function extern_spec_T__constN_From__array_T_Vec_T_from 

Source
pub fn extern_spec_T__constN_From__array_T_Vec_T_from<T, const N: usize>(
    s: [T; N],
) -> Vec<T>
Expand description

extern spec for Vec<T>::from

This is not a real function: its only use is for documentation.

terminates

ghost

ensures

result@ == s@