Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ default
Method
default
src/common/stack.rs:41–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
40
impl<T> Default for Stack<T> {
41
fn default() -> Self {
42
let ll = LinkedList::default();
43
Self { ll }
44
}
45
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected