Skip to content

v1.1.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 01 Sep 12:34
1b579f1
  • add dynarray & dynstring for dynamic array/string sizes. this is a more friendly way to implement the common length-prefixed array/string type, without having to add a dummy length field to the object.
  • support differently sized elements in arrays. byte sizes for arrays with variable-size elements are now calculated correctly.