Skip to content

Mutable arrays and objects #147

@Fresheyeball

Description

@Fresheyeball

I would expect this to throw an error.

let arr = [1,2,3,4]
arr.push 5

I would also expect this to throw an error or do a clone

let arr = [1,2,3]
let mutable arrrr = arr

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