Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Map a function over a list and join the result
ResourceFunction["JoinMap"][f,{list1,list2,…}] returns Join[f[list1],f[list2],…]. | |
ResourceFunction["JoinMap"][f] represents an operator form of ResourceFunction["JoinMap"] that can be applied to lists. |
Reverse the rows of an array, then flatten it:
In[1]:= |
Out[1]= |
Create a concatenation sequence:
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
Create a JoinMap operator:
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License