default_take

Function default_take 

Source
pub fn default_take<I: UnsignedPType>(
    values: &BoolVector,
    indices: &[I],
) -> BoolVector
Expand description

Default element-wise take from a slice of indices.