This is convenient in a lot of cases, such as when the thing you want
to append is someReallyLongFunctionName() that you'd rather not
write twice or assign to a variable for the paired begin/end calls.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I initially called this append, but that seemed to conflict with a function elsewhere in the codebase. It seems like map_range is probably making a similar decision to avoid a function with as generic a name as map.