1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-26 16:04:46 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 12:05:59 +08:00
parent 77d3a71c40
commit 6a0694b81f

View File

@@ -8,6 +8,4 @@
* *
**/ **/
use <__comm__/__reverse.scad>; function reverse(lt) = [for(i = len(lt) - 1; i >= 0; i = i - 1) lt[i]];
function reverse(lt) = __reverse(lt);