Cesium
Cesium copied to clipboard
Add missing Unary operators
Currently missing following unary operators
- [ ]
*
- [ ]
+
- [x]
!
Look for a number 197
in the code when fixing the issue.
For implementation of +
https://github.com/ForNeVeR/Cesium/pull/184 can be used as example. Maybe it would be worth split this issue in two, since *
most likely would be more involved.