[@aureooms/js-dll](https://aureooms.github.io/js-dll)
==

Doubly linked list code bricks for Javascript.
Implements the specification in
[@aureooms/js-list-spec](https://github.com/aureooms/js-list-spec).
Parent is
[@aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).

```js
for ( let value of list ) ... ;
```

[![License](https://img.shields.io/github/license/aureooms/js-dll.svg)](https://raw.githubusercontent.com/aureooms/js-dll/master/LICENSE)
[![Version](https://img.shields.io/npm/v/@aureooms/js-dll.svg)](https://www.npmjs.org/package/@aureooms/js-dll)
[![Build](https://img.shields.io/travis/aureooms/js-dll/master.svg)](https://travis-ci.org/aureooms/js-dll/branches)
[![Dependencies](https://img.shields.io/david/aureooms/js-dll.svg)](https://david-dm.org/aureooms/js-dll)
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-dll.svg)](https://david-dm.org/aureooms/js-dll?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-dll.svg)](https://github.com/aureooms/js-dll/issues)
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-dll.svg)](https://www.npmjs.org/package/@aureooms/js-dll)

[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-dll.svg)](https://codeclimate.com/github/aureooms/js-dll/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-dll.svg)](https://codeclimate.com/github/aureooms/js-dll/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-dll/master.svg)](https://codecov.io/gh/aureooms/js-dll)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-dll.svg)](https://codeclimate.com/github/aureooms/js-dll/trends/technical_debt)
[![Documentation](https://aureooms.github.io/js-dll//badge.svg)](https://aureooms.github.io/js-dll//source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-dll)](https://bundlephobia.com/result?p=@aureooms/js-dll)
