Closed Zolmeister closed 9 years ago
Allows for access list elements by index
arr = observ-array([1,2,3]) arr[0] == 1
I implemented this in the past but then removed it.
Your implementation is incorrect because you do not change, or remove indexes on arr when calling mutative methods.
arr
Indeed.
Allows for access list elements by index