Skip to main content
Returns the smallest element of a list, preserving the element’s type. Sibling of List Max.

Notes

  • Lists of dates and datetimes use a date-aware comparator. Other types fall back to standard comparison.
  • An empty list yields nothing.
  • Non-list inputs raise an error.

Ports