1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 01:34:12 +02:00
This commit is contained in:
Justin Lin
2020-03-05 20:25:53 +08:00
parent ae32838d1a
commit ee44936f1e

View File

@@ -0,0 +1,2 @@
function zip(lt1, lt2) =
[for(i = [0:len(lt1) - 1]) [lt1[i], lt2[i]]];