MinMax¶
Status: Stable
documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
Description¶
MinMax[list]
Gives {Min[list], Max[list]}. Over an association, uses the values.
Examples (1)¶
Every input below was run against the current Mathilda build and its output recorded.
Basic examples (1)¶
Implementation notes¶
Attributes: Protected.
References¶
- Source:
src/list/list_init.c - Specification:
docs/spec/builtins/data-structures.md - Tests:
tests/test_association.c