Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/douchuan/algorithm
/ len
Method
len
src/common/stack.rs:31–33 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
29
}
30
31
pub fn len(&self) -> usize {
32
self.ll.len()
33
}
34
35
pub fn is_empty(&self) -> bool {
36
self.ll.is_empty()
Callers
7
pop
Method · 0.45
insert
Method · 0.45
heapify
Function · 0.45
build_heap
Function · 0.45
union
Method · 0.45
to_string
Method · 0.45
insert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected