Added
- Support for
Stras local variables - Allow assigning one
Strvariable to anotherStrvariableStrare twoname.ptrandname.sizelocal variables under the hood, so this is equivalent tofirst.ptr = second.ptr; first.size = second.size
- Allow assigning call returning
StrtoStrvariable
Full Changelog: https://github.com/RoyalIcing/Orb/compare/v0.2.0.....