Skip to content

Add getter for `ByteVector.length`

ExE Boss requested to merge exe-boss/asm:feat/byte-vector/add-size-getter into master

This adds the ByteVector.size() getter to get the current number of bytes present in the ByteVector. The name was chosen to match Collection.size().

When implementing custom Attribute subclasses, there were times when I needed to get the size of the ByteVector.


This was originally merge request !336.

Edited by ExE Boss

Merge request reports