is_in


Description:

[ Version ( since = "0.15.0" ) ]
public BooleanArray? is_in (Array right) throws Error

Parameters:

this

A left hand side Array.

right

A right hand side Array.

Returns:

The BooleanArray showing whether each element in the left array is contained in right array.