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