| 350 | |
| 351 | template <typename Sequence> |
| 352 | struct reverse { |
| 353 | using type = decltype(hana::reverse(hana::to_tuple(Sequence{}))); |
| 354 | }; |
| 355 | |
| 356 | |
| 357 | ////////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected