11 #ifndef INCLUDED_FROM_NUMBERS_H
12 static_assert(
false,
"This file may only be included indirectly by numbers.h");
20 struct hash<cln::cl_RA> {
22 return cln::equal_hashcode(n);
27 struct hash<cln::cl_I> {
29 return cln::equal_hashcode(n);
std::size_t operator()(const cln::cl_RA &n) const
std::size_t operator()(const cln::cl_I &n) const