1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 02:59:42 +01:00

not necessary

This commit is contained in:
Justin Lin 2020-01-29 08:36:42 +08:00
parent aca1a3ab96
commit 4e46dcb8fb

View File

@ -1 +0,0 @@
function __reverse(vt) = [for(i = len(vt) - 1; i >= 0; i = i - 1) vt[i]];