| 441 | }; |
| 442 | |
| 443 | template <auto expr> struct Peek { |
| 444 | template <typename Runtime> |
| 445 | using Eval = tfunc::Get<typename Runtime::Stdin, Eval<Runtime, expr>::value, |
| 446 | type::None>; |
| 447 | }; |
| 448 | |
| 449 | template <auto expr> struct Len { |
| 450 | template <typename Runtime> using Eval = tfunc::Len<Eval<Runtime, expr>>; |
nothing calls this directly
no outgoing calls
no test coverage detected