Skip to main content

set_select

Method of BoolArray.

set_select(const BoolArray lhs, const List selections) -> BoolArray

Assign the values of rhs to a selection of the BoolArray lhs.

Parameters

  • lhs: The BoolArray to assign.
  • selections: A vector of integers, slices or integer lists specifying the selection.