mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
bb0709effc
Add a helper function that given a `size_t` or a tuple-like type, allows calling a lambda with the expanded sequence pack. This avoids having to manually create the index sequence and defining the lambda accepting it.