mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-26 16:04:46 +02:00
refactor deps
This commit is contained in:
@@ -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);
|
|
Reference in New Issue
Block a user