Basic Examples 
(2)
 

Partition into associations of length 2:
In[65]:=
[◼]
AssociationPartition
[a1,b2,c3,d4,e5,f6,2]
Out[65]=
{a1,b2,c3,d4,e5,f6}
———
Partition into associations of length 3 with offset 1:
In[1]:=
[◼]
AssociationPartition
[a1,b2,c3,d4,e5,f6,3,1]
Out[1]=
{a1,b2,c3,b2,c3,d4,c3,d4,e5,d4,e5,f6}

Scope 
(2)
 


Properties and Relations 
(2)
 
