%PDF- %PDF-
| Direktori : /usr/lib/python3/dist-packages/pythran/pythonic/include/builtins/list/ |
| Current File : //usr/lib/python3/dist-packages/pythran/pythonic/include/builtins/list/reverse.hpp |
#ifndef PYTHONIC_INCLUDE_BUILTIN_LIST_REVERSE_HPP
#define PYTHONIC_INCLUDE_BUILTIN_LIST_REVERSE_HPP
#include "pythonic/include/types/list.hpp"
#include "pythonic/include/types/NoneType.hpp"
#include "pythonic/include/utils/functor.hpp"
PYTHONIC_NS_BEGIN
namespace builtins
{
namespace list
{
template <class T>
types::none_type reverse(types::list<T> &seq);
DEFINE_FUNCTOR(pythonic::builtins::list, reverse);
}
}
PYTHONIC_NS_END
#endif