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

Method empty

232-implement-queue-using-stacks.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.v.len() == 0
29 }
30}
31
32fn main() {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected