Skip to content

support for nested arrays reassignment and read #5

Description

@shubhiscoding
let x = [10, [30, 4], 5];
print x[0];
print x[1][0];

support for x[1][0]

also Need to switch to Rc<RefCell<Vec>> to gain O(1) read and write

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions