Skip to content

v1.5.0: new features

Latest
Compare
Choose a tag to compare
@gynt gynt released this 17 Mar 14:58
· 2 commits to main since this release

readString() supports a second argument for specifying the string length.
writeString() will write the full string regardless of null bytes

setMemory added which replicates memset

writeCode and writeBytes have better table handling such that iterating over values is almost identical to ipairs behavior.
writeBytes speed has been improved.