We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b98229f
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)