Skip to content

Slices security

Latest
Compare
Choose a tag to compare
@nickolasrm nickolasrm released this 19 Apr 16:59

This update focuses on adding more security when using slices. The following features were added to reach this:

  • Bounds checking when creating a new Slice

  • Bounds checking when loading or storing

Another interesting feature is the slice of slice. Now you can use a slice to create another slice, and it is not restricted to creating smaller slices, but larger ones too! Check out the docs for more information here