Returns the index of the first set 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(69)); ```
(&self)
Source from the content-addressed store, hash-verified