#ifndef PYTHONIC_INCLUDE_BUILTIN_IN_HPP #define PYTHONIC_INCLUDE_BUILTIN_IN_HPP PYTHONIC_NS_BEGIN template bool in(T &&t, V const &v); PYTHONIC_NS_END #endif