polars_
arrow
0.46.0
In polars_
arrow::
bitmap::
utils
polars_arrow
::
bitmap
::
utils
Function
set_bit_in_byte
Copy item path
Source
pub fn set_bit_in_byte(byte:
u8
, i:
usize
, value:
bool
) ->
u8
Expand description
Sets bit at position
i
in
byte
.