Is there any idiomatic way to merge two lists? I'd...
# announcements
w
Is there any idiomatic way to merge two lists? I'd like to have output of one list which elements contains properties from both input lists elements. Ex: `[1,2,3] + [a,b,c] = [1a,2b,3c]"