mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 17:54:18 +02:00
add zip
This commit is contained in:
2
src/experimental/zip.scad
Normal file
2
src/experimental/zip.scad
Normal file
@@ -0,0 +1,2 @@
|
||||
function zip(lt1, lt2) =
|
||||
[for(i = [0:len(lt1) - 1]) [lt1[i], lt2[i]]];
|
Reference in New Issue
Block a user