utilsac
utilsac copied to clipboard
Utility functions
The function seems to be slow especially on large 2 dimensional arrays
deepCopy and others are recursive functions, in theory the maximum call stack can be reached if the object is very deep. Add a warning in the comments. Make manual tests...
To solve this issue at least those sub-tasks have to be done * Add all missing typecasting in typeCast.js (eg. stringFromArray, mapFromObject, setFromArray, etc) * Design the look of what...