@hackage / vector-buffer

A buffer compatible with Data.Vector.*

Latest0.4.1

About

Metadata

  • Last updated , by VivianMcPhail
  • License BSD-3-Clause
  • Maintained by: haskell.vivian.mcphail@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

A buffer type that can easily be converted to a Data.Vector.Storable vector from the vector package and compatible with hmatrix.

Elements are pushed into the buffer. When the buffer is converted to a read-only vector, the last-pushed element occurs at the end.

Monadic map functions also operate so that the last-pushed element is treated last.