design-automation / mobius-parametric-modeller

Möbius for parametric modelling.
https://design-automation.github.io/mobius-parametric-modeller/
MIT License
10 stars 6 forks source link

inline function deep equal and deep copy #621

Open phtj opened 4 years ago

phtj commented 4 years ago

implement inline functions for deep equal and deep copy for dicts or lists of arbitrary depth

could use JSON.parse(JSON.stringify(o)) or lodash https://lodash.com/docs/4.17.15#cloneDeep https://lodash.com/docs/4.17.15#isEqual