MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / max

Method max

cranelift/bitset/src/compound.rs:414–416  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

412 /// ```
413 #[inline]
414 pub fn max(&self) -> Option<usize> {
415 self.max.map(|m| usize::try_from(m).unwrap())
416 }
417
418 /// Removes and returns the largest value in this set.
419 ///

Callers 4

removeMethod · 0.45
update_maxMethod · 0.45
popMethod · 0.45
clearMethod · 0.45

Calls 2

mapMethod · 0.45
unwrapMethod · 0.45

Tested by

no test coverage detected