MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / empty

Method empty

225-implement-stack-using-queues.rs:27–29  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

25 }
26
27 fn empty(&self) -> bool {
28 self.stack_box.len() == 0
29 }
30}
31
32fn main() {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected