#include "arraylist.hpp" template <typename P> P ArrayList<P>::get(const int & pos){ return data[pos]; }