5 ms·
Good point - added a simple explanation in the article: Group tells you the places each element occurs in a list. It generates lists of indices.
by chrispsn 3y ago
Good point - added a simple explanation in the article:
Group tells you the places each element occurs in a list. It generates lists of indices.
- nextaccountic 3y agoNice! Sounds useful for scatter and gather algorithms https://en.wikipedia.org/wiki/Gather/scatter_(vector_addressing) https://en.wikipedia.org/wiki/Gather/scatter_(vector_address...