Difference between revisions of "Storable Vector"

From HaskellWiki
Jump to navigation Jump to search
 
(link labels)
Line 4: Line 4:
 
== Links ==
 
== Links ==
   
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/storablevector]
+
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/storablevector Hackage]
* [http://darcs.haskell.org/storablevector]
+
* [http://code.haskell.org/storablevector Darcs repository]
   
 
== See also ==
 
== See also ==

Revision as of 14:51, 11 August 2008

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