45bool inlist(
auto arg, softlist<auto> l);
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.
list< auto > list(...)
Returns a list of the arguments passed at the top level.
main Qore-language namespace
Definition Pseudo_QC_All.dox.h:3