Skip to content

Array functionality unimplemented in move #20

@egroge

Description

@egroge

The libra target has support for storing arrays as libra vectors but not accessing them or storing to them. Full functionality was implemented previously, but this was before libra updated to have generic vector data types. Array values should now be accessed using the Vector.borrow() and Vector.borrow_mut() methods, depending on whether the value should be mutated or not, as shown in this example from the Libra testsuite.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueThis should be a good place to get stuck in for beginnersmove irCode generation for LibraurgentHigh priority and should be fixed ahead of other tasks

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions