Skip to content

Between 1.5-10x faster than the two-arg version of Array#splice().

License

Notifications You must be signed in to change notification settings

afeiship/next-splice-one

Repository files navigation

next-splice-one

Between 1510x faster than the twoArg version of Array#splice()

install:

npm install -S afeiship/next-splice-one --registry=https://registry.npm.taobao.org

usage:

var arr = ['a','b','c','d'];
nx.spliceOne(arr,2);

// ['a','b','d']

About

Between 1.5-10x faster than the two-arg version of Array#splice().

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published