Difference between revisions of "Storable Vector"

From HaskellWiki
Jump to navigation Jump to search
(link labels)
(Category:Libraries)
Line 14: Line 14:
 
* http://www.haskell.org/pipermail/haskell-cafe/2008-July/045229.html
 
* http://www.haskell.org/pipermail/haskell-cafe/2008-July/045229.html
   
[[Category:Packages]]
+
[[Category:Libraries]]

Revision as of 18:50, 9 January 2009

Fast, packed, strict storable arrays with a list interface. This is much like bytestring but can be used for every Storable type.

Links

See also