| 54 | } |
| 55 | |
| 56 | static constexpr auto bundle(auto... parts) { |
| 57 | return lib::ir::IR{lib::bundle::Bundle{parts...}}; |
| 58 | } |
| 59 | |
| 60 | static constexpr auto if_(auto cond) noexcept { |
| 61 | return [=](auto... code) { |
nothing calls this directly
no outgoing calls
no test coverage detected