MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / bundle

Function bundle

gil/std.base.hpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56static constexpr auto bundle(auto... parts) {
57 return lib::ir::IR{lib::bundle::Bundle{parts...}};
58}
59
60static constexpr auto if_(auto cond) noexcept {
61 return [=](auto... code) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected