polars_
arrow
0.50.0
Module bitmask
Module Items
Structs
Functions
In polars_
arrow::
bitmap
polars_arrow
::
bitmap
Module
bitmask
Copy item path
Source
Structs
§
BitMask
Functions
§
nth_
set_
bit_
u32
Returns the nth set bit in w, if n+1 bits are set. The indexing is zero-based, nth_set_bit_u32(w, 0) returns the least significant set bit in w.