Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ is_empty
Method
is_empty
publication/code/chapter04/infix_to_postfix.rs:35–37 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
33
}
34
35
fn is_empty(&self) -> bool {
36
0 == self.top
37
}
38
}
39
40
// 同时检测多种括号
Callers
2
par_checker3
Function · 0.45
infix_to_postfix
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected