0.0.1 • Published 7 years ago

drift.js v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Drift

circular double linked list

  • < 1kb

npm licence dependencies

Support

  • Edge
  • IE 9+
  • Chrome
  • Firefox
  • Safari
  • Node

Installation

direct download

<script src=drift.min.js></script>

cdn

<script src=https://unpkg.com/drift.js@latest/drift.min.js></script>

npm

npm install drift.js --save

##API

  • new Drift()
  • push(node)
  • unshift(node)
  • pop()
  • shift()
  • insert(node, before)
  • remove(node)