[js-collections-ordereddict](http://aureooms.github.io/js-collections-ordereddict)
==

Python's ordereddict data structure for JavaScript. Parent is
[js-collections](https://github.com/aureooms/js-collections).

```js
[ ...ordereddict.fromkeys( "cab" ).keys( ) ] ; // [ "c" , "a" , "b" ]
```

[![NPM license](http://img.shields.io/npm/l/aureooms-js-collections-ordereddict.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-collections-ordereddict/master/LICENSE)
[![NPM version](http://img.shields.io/npm/v/aureooms-js-collections-ordereddict.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-collections-ordereddict)
[![Build Status](http://img.shields.io/travis/aureooms/js-collections-ordereddict.svg?style=flat)](https://travis-ci.org/aureooms/js-collections-ordereddict)
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-collections-ordereddict.svg?style=flat)](https://coveralls.io/r/aureooms/js-collections-ordereddict)
[![Dependencies Status](http://img.shields.io/david/aureooms/js-collections-ordereddict.svg?style=flat)](https://david-dm.org/aureooms/js-collections-ordereddict#info=dependencies)
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-collections-ordereddict.svg?style=flat)](https://david-dm.org/aureooms/js-collections-ordereddict#info=devDependencies)
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-collections-ordereddict.svg?style=flat)](https://codeclimate.com/github/aureooms/js-collections-ordereddict)
[![NPM downloads per month](http://img.shields.io/npm/dm/aureooms-js-collections-ordereddict.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-collections-ordereddict)
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-collections-ordereddict.svg?style=flat)](https://github.com/aureooms/js-collections-ordereddict/issues)
[![Documentation](https://aureooms.github.io/js-collections-ordereddict/badge.svg)](https://aureooms.github.io/js-collections-ordereddict/source.html)
