Skip to main content

Not belongs

Checks if an element does not belong to a list.

Syntax

not_belongs?(Element, List | Vector)

Description

Given an element and a list or a vector, returns true if the element does not belong to the list or vector, and false otherwise.

calc.not_belongs.calc.png