JSPM

lijst

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q26119F
  • License MIT

JavaScript doubly linked list implementation

Package Exports

  • lijst

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lijst) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

lijst

travis js-standard-style

JavaScript doubly linked list implementation

Current API status:

  lijst
    Capacity
      ✓ #empty()#length
    Element access
      ✓ #front()#back()
    Modifiers
      ✓ #assign()#pushFront()#popFront()#push() #pushBack()#pop() #popBack()
      - #insert()#erase()
      - #swap()
      - #resize()#clear()
    Operations
      - #splice()
      - #remove()
      - #removeIf()
      - #unique()
      - #merge()
      - #sort()
      - #reverse()

License

MIT. Copyright (c) David da Silva Contin.