Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ last
Method
last
crates/wtf8/src/lib.rs:1373–1375 ·
view source on GitHub ↗
(mut self)
Source
from the content-addressed store, hash-verified
1371
}
1372
1373
fn last(mut self) -> Option<Self::Item> {
1374
self.next_back()
1375
}
1376
1377
fn count(self) -> usize {
1378
core_str_count::count_chars(self.as_wtf8())
Callers
15
find_unclosed_bracket
Function · 0.45
pop_keep
Method · 0.45
convert_openssl_error
Function · 0.45
current
Method · 0.45
get
Method · 0.45
build_verified_chain
Function · 0.45
offer_suggestions
Function · 0.45
resolve_name
Function · 0.45
getwindowsversion
Function · 0.45
write_object_depth
Function · 0.45
__setstate__
Method · 0.45
py_new
Method · 0.45
Calls
1
next_back
Method · 0.45
Tested by
no test coverage detected