| 38 | |
| 39 | template <typename Elt, typename Val> |
| 40 | bool equal(const Elt& e, const Val& v) { return e == v; } |
| 41 | |
| 42 | template <typename Slice, unsigned N> |
| 43 | bool equal(const Slice (&lhs)[N], const Slice (&rhs)[N]) |
no outgoing calls
no test coverage detected