pub fn extern_spec_std_string_String_len(self_: &String) -> usizeExpand description
extern spec for ::std::string::String::len
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result@ == self@.to_bytes().len()