MCPcopy Create free account
hub / github.com/Andy-Python-Programmer/aero / find_first_unset

Method find_first_unset

src/aero_kernel/src/utils/bitmap.rs:116–125  ·  view source on GitHub ↗

Returns the index of the first unset bit. ## Example ```rust use alloc::alloc::Global; let mut bitmap = Bitmap::new_in(Global, 4096); bitmap.set(69, true); assert_eq!(bitmap.find_first_set(), Some(0)); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

setMethod · 0.80

Calls 1

iterMethod · 0.80

Tested by

no test coverage detected