21 bool inlist(any arg, nothing x);
40 bool inlist(any arg, softlist l);
253 list range(
int start,
int stop,
int step = 1);
any max(list l)
Returns the maximum value in a list.
any sortDescending(any arg)
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
any sortDescendingStable(any arg)
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
any sort(any arg)
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
bool inlist()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
list list(...)
Returns a list of the arguments passed at the top level.
any min(list l)
Returns the minumum value in a list.
any sortStable(any arg)
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
list range(int start, int stop, int step=1)
Returns a list containing an arithmetic progression of integers.
nothing reverse()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
bool inlist_hard()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...