45bool inlist(
auto arg, softlist<auto> l);
124auto max(list<auto> l,
string func);
149auto max(list<auto> l, code f);
209auto min(list<auto> l,
string func);
234auto min(list<auto> l, code f);
287list<int>
range(
int start,
int stop,
int step = 1);
404list<auto>
sort(list<auto> l,
string func);
435list<auto>
sort(list<auto> l, code f);
auto sort_descending(auto arg)
This function variant does nothing at all.
list< int > range(int start, int stop, int step=1)
Returns a list containing an arithmetic progression of integers.
bool inlist_hard()
This function variant does nothing at all.
auto sort_descending_stable(auto arg)
This function variant does nothing at all.
auto sortStable(auto arg)
This function variant does nothing at all.
auto max(list< auto > l)
Returns the maximum value in a list.
bool inlist()
This function variant does nothing at all.
auto min(list< auto > l)
Returns the minumum value in a list.
nothing reverse()
This function variant does nothing at all.
auto sortDescendingStable(auto arg)
This function variant does nothing at all.
auto sort_stable(auto arg)
This function variant does nothing at all.
auto sortDescending(auto arg)
This function variant does nothing at all.
auto sort(auto arg)
This function variant does nothing at all.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3