#ifndef PYTHONIC_INCLUDE_NUMPY_UNION1D_HPP #define PYTHONIC_INCLUDE_NUMPY_UNION1D_HPP #include "pythonic/include/utils/functor.hpp" #include "pythonic/include/types/ndarray.hpp" PYTHONIC_NS_BEGIN namespace numpy { template types::ndarray< typename __combined::type, types::pshape> union1d(E const &e, F const &f); DEFINE_FUNCTOR(pythonic::numpy, union1d) } PYTHONIC_NS_END #endif