List.contains
containselem
Group: Logical
Documentation
Checks whether this list contains a given value as an element.
Arguments
elem: The element to check if it is in the list.
Examples
Checking if the list contains the number 3.
      import Standard.Examples
      example_contains = Examples.list.contains 3