Skip to content

Adding `$data` alias for OOP and Vector Objects

Compare
Choose a tag to compare
@WeirdConstructor WeirdConstructor released this 28 Feb 07:01
· 936 commits to master since this release

0.4.1 (2020-02-28)

  • Feature: Support for method calls on vectors.
  • Feature: Added $data shorthand for $self._data or $self.1 to access
    object member data and encourage saving member data separately from the
    class methods