sort_boolean_array

Function sort_boolean_array 

Source
pub fn sort_boolean_array(arr: &mut BooleanArray<()>)
Expand description

Sorts a BooleanArray in-place by value: all false first, then true. Nulls sort first if present.