#ifndef PYTHONIC_INCLUDE_NUMPY_TRIMZEROS_HPP #define PYTHONIC_INCLUDE_NUMPY_TRIMZEROS_HPP #include "pythonic/include/utils/functor.hpp" #include "pythonic/include/types/numpy_gexpr.hpp" PYTHONIC_NS_BEGIN namespace numpy { template types::numpy_gexpr trim_zeros(T const &expr, types::str const &trim = "fb"); DEFINE_FUNCTOR(pythonic::numpy, trim_zeros) } PYTHONIC_NS_END #endif