@aureooms/js-dll
v7.0.0
Published
Doubly linked list code bricks for JavaScript
Downloads
11
Maintainers
Readme
@aureooms/js-dll
Doubly linked list code bricks for Javascript. Implements the specification in @aureooms/js-list-spec. Parent is @aureooms/js-data-structures.
for ( let value of list ) ... ;