Skip to content

v0.1.5

Compare
Choose a tag to compare
@illuxiza illuxiza released this 13 Dec 03:45
· 84 commits to main since this release

v0.1.5

New Features

Mut Class for Mutable References

  • Introduced the Mut class to provide a type-safe way to handle mutable references
  • Mut encapsulates getter and setter functions for flexible value access and modification

Enhanced Vec Methods

  • Implemented set method for direct value assignment at a specific index
  • Added getMut method to obtain a mutable reference to an element
  • Introduced replaceWith method for replacing an element with a new value