diff --git a/README.md b/README.md index 16a61ef1..886c12d0 100644 --- a/README.md +++ b/README.md @@ -224,11 +224,13 @@ necessary. insert(index:number, content:Array<object|boolean|Array|string|number|Uint8Array|Y.Type>)
Insert content at index. Note that content is an array of elements. -I.e. array.insert(0, [1] splices the list and inserts 1 at +I.e. array.insert(0, [1]) splices the list and inserts 1 at position 0.
push(Array<Object|boolean|Array|string|number|Uint8Array|Y.Type>)
+ unshift(Array<Object|boolean|Array|string|number|Uint8Array|Y.Type>) +
delete(index:number, length:number)
get(index:number)