and


Description:

[ Version ( since = "0.13.0" ) ]
public BooleanArray and (BooleanArray right) throws Error

Parameters:

this

A left hand side BooleanArray.

right

A right hand side BooleanArray.

Returns:

The element-wise AND operated boolean array.

It should be freed with unref when no longer needed.