MCPcopy Index your code
hub / github.com/ProgrammingRust/examples / pop

Method pop

queue/src/lib.rs:18–34  ·  view source on GitHub ↗

Pop a character off the front of a queue. Return `Some(c)` if there was a character to pop, or `None` if the queue was empty.

(&mut self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

nextMethod · 0.45
test_is_emptyFunction · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by 1

test_is_emptyFunction · 0.36