Belongs?
Nota
Working with geometry? See Belongs? (Geometry).
Checks if an element belongs to a list.
Syntax
belongs?(Element, List | Vector)
Description
Given an element and a list or a vector, returns true
if the element belongs to the list or vector, and false
otherwise.