Liking cljdoc? Tell your friends :D

eva.v2.datastructures.bbtree.logic.v0.buffer

A map-like structure with the following quirks:

  • each key is associated with a vector of all values inserted at that key.
  • `count' returns the sum of lengths of all vector values.
  • it works as a priority-map, sorting each key by the length of its associated vector.
  • Corollary: `first' returns the entry with the longest value vector.
A map-like structure with the following quirks:
- each key is associated with a vector of all values inserted at that key.
- `count' returns the sum of lengths of all vector values.
- it works as a priority-map, sorting each key by the length of its associated vector.
- Corollary: `first' returns the entry with the longest value vector.
raw docstring

eva.v2.datastructures.bbtree.logic.v0.types

No vars found in this namespace.

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close