Check whether specified value is in list.
template<class Type> bool in(const Type value, const std::vector<Type> &list);