Skip to content

2.11.0

Latest
Compare
Choose a tag to compare
@2A5F 2A5F released this 18 Oct 13:20
· 27 commits to master since this release
  • Add
    • Linked<T>, LinkedNode<T>

      Doubly Linked List

      Example

      const l = new Linked<number>()
      l.push(1)