node icon indicating copy to clipboard operation
node copied to clipboard

src: avoid copy by using std::views::keys

Open anonrig opened this issue 2 months ago • 4 comments

We can leverage C++20 and use std::views::keys() which returns std::ranges::elements_view<T, S> which avoids creating a vector for GetBuiltinIds()

anonrig avatar Nov 29 '24 17:11 anonrig