Carrot reference
Methods
.min()
returns the smallest value of a sequence docid\ jg4itlqwafzlparttfo67 or list docid\ xwh cukhj9waqaefb7h71 , optionally evaluating an expression syntax min() returns the smallest numeric value in the sequence or list min{expression} returns the smallest value, after evaluating the carrot expression on each element of the sequence or list examples \[1, 2, 3] min() returns 1 \[1, 2, 3] min{it 3} returns 3 db job find{dept\ engineering} min{basecomp} returns the smallest base compensation in the engineering department