sebmarkbage / ecmascript-immutable-data-structures

602 stars 16 forks source link

Some examples please. #7

Open nmn opened 9 years ago

nmn commented 9 years ago

Would love to get some examples for: ImmutableVector.prototype.copyWithin (target, start [ , end ] )

And

ImmutableVector.prototype.fill (value [ , start [ , end ] ] )