mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 01:34:12 +02:00
refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function __reverse(vt) =
|
||||
let(leng = len(vt))
|
||||
let(to = len(vt) - 1)
|
||||
[
|
||||
for(i = [0:leng - 1])
|
||||
vt[leng - 1 - i]
|
||||
for(i = [0:to])
|
||||
vt[to - i]
|
||||
];
|
Reference in New Issue
Block a user