mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-26 07:55:16 +02:00
refactor deps
This commit is contained in:
@@ -8,6 +8,4 @@
|
||||
*
|
||||
**/
|
||||
|
||||
use <__comm__/__reverse.scad>;
|
||||
|
||||
function reverse(lt) = __reverse(lt);
|
||||
function reverse(lt) = [for(i = len(lt) - 1; i >= 0; i = i - 1) lt[i]];
|
Reference in New Issue
Block a user