0.3.1 • Published 8 months ago

@bablr/btree v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@bablr/btree

Functional utilities for working with btrees such as those used in agAST.

expect(push(['a', 'b'], 'c')).toEqual([
  3,
  [['a'], ['b', 'c']],
]);

expect(addAt(0, [3, [['x'], ['y', 'z']]], 'w')).toEqual([
  4,
  [
    ['w', 'x'],
    ['y', 'z'],
  ],
]);
0.3.0

8 months ago

0.2.0

8 months ago

0.3.1

8 months ago

0.1.1

1 year ago

0.1.0

1 year ago