alexandrepiveteau/elm-gap-buffer - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

elm-gap-buffer

elm-test

An array-based gap buffer implementation, based on the Array data structure from elm/core.

This library tries to implement gap buffer operations in amortized constant time in practice. The backing Array of the gap buffer never doesn't shrink when items are deleted.