@hackage sequential-index0.0

Sequential index numbers between 0.0 and 1.0 that allow arbitrarily inserting new numbers in between (for special containers).

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      aristidb@googlemail.com

    • Versions

      • 0.2.0.1 Tue, 29 Jan 2013
      • 0.2 Thu, 3 Mar 2011
      • 0.1 Thu, 24 Feb 2011
      • 0.0 Wed, 23 Feb 2011

    Sequential index numbers between 0.0 and 1.0 that allow arbitrarily inserting new numbers in between. They can possibly used for disk-based and other special containers, where adding a new element without changing the indexes of the other elements is important.

    Conceptually, SequentialIndex denotes a path to an element in an imaginary binary tree.