Added
- Support for
Str
as local variables - Allow assigning one
Str
variable to anotherStr
variableStr
are twoname.ptr
andname.size
local variables under the hood, so this is equivalent tofirst.ptr = second.ptr; first.size = second.size
- Allow assigning call returning
Str
toStr
variable
Full Changelog: v0.2.0...v0.2.1