DB<119> @a=a..e => ("a", "b", "c", "d", "e") DB<120> map [splice @a,0,3], 0..$#a/3 => (["a", "b", "c"], ["d", "e"])