 |
Qore Programming Language Reference Manual
0.9.10
|
40 bool inlist(
auto arg, softlist<auto> l);
92 auto max(list<auto> l);
110 auto max(list<auto> l,
string func);
129 auto max(list<auto> l, code f);
185 auto min(list<auto> l,
string func);
204 auto min(list<auto> l, code f);
255 list<int>
range(
int start,
int stop,
int step = 1);
355 list<auto>
sort(list<auto> l,
string func);
377 list<auto>
sort(list<auto> l, code f);
auto max(list< auto > l)
Returns the maximum value in a list.
auto sort(auto arg)
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
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 ...
auto sortDescending(auto arg)
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
list< int > range(int start, int stop, int step=1)
Returns a list containing an arithmetic progression of integers.
auto sortStable(auto 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 ...
auto sort_stable(auto arg)
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
auto sortDescendingStable(auto arg)
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
auto min(list< auto > l)
Returns the minumum value in a list.
auto sort_descending(auto arg)
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
auto sort_descending_stable(auto arg)
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...