Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Implement immutability for arrays #3

Open
malukenho opened this issue Jul 15, 2019 · 1 comment
Open

Implement immutability for arrays #3

malukenho opened this issue Jul 15, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@malukenho
Copy link
Member

The idea is to have two different behaviors.

  • The first one should be totally immutable, you can not change in any way otherwise the user will get an exception.
  • The second case will return a new array instead of mutating the current one.
@malukenho malukenho added the enhancement New feature or request label Jul 15, 2019
@airtonzanon
Copy link

airtonzanon commented Jul 30, 2019

First behavior implemented on #4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

3 participants