funcutils
funcutils copied to clipboard
OpenSCAD collection of functional programming utilities, making use of function-literals.
Results
2
funcutils issues
Sort by
recently updated
recently updated
newest added
Some minor changes that I think improve the code: - Some case analyses have been simplified. - Some typos using `eq` instead of `cmp` are fixed. - Added length 2...
I've added a fuction `parse_array`, which can parse arbitrary multidimensional float/int arrays from strings. I've also added a few test cases and an entry to the readme. The use case...