We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b98229f
There was an error while loading. Please reload this page.
Initial release of LinkedList implementation.
Provides the following methods: push(), pop(), unshift(), shift(), index($needle), find($needle), remove($needle), removeAt($index).
push()
pop()
unshift()
shift()
index($needle)
find($needle)
remove($needle)
removeAt($index)