mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
7fae2e4522
It's a useful shorthand for the cases where one only cares about a constant number of top values in a range (i.e. first three elements of a vector) and wants them as named variables. It can be used as: `auto [First, Second, Third] = takeAsTuple<3>(MyVector)`.