21 bool inlist(any arg, nothing x);
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);
167 auto min(list<auto> l);
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);
281 list<int>
range(
int stop);
305 list<auto>
reverse(list<auto> l);
334 list<auto>
sort(list<auto> l);
355 list<auto>
sort(list<auto> l,
string func);
377 list<auto>
sort(list<auto> l, code f);
561 list<auto>
sortStable(list<auto> l,
string func);
auto sort_stable(auto arg)
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 ...
auto sortDescendingStable(auto arg)
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
auto sort(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 max(list< auto > l)
Returns the maximum value in a list.
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 ...
auto sort_descending_stable(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
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 ...
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 ...