Home
last modified time | relevance | path

Searched defs:try_push (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
Dheapvec.rs73 pub fn try_push(&mut self, value: bigint::Limb) -> Option<()> { in try_push() method
Dstackvec.rs89 pub fn try_push(&mut self, value: bigint::Limb) -> Option<()> { in try_push() method