hw-streams-0.0.1.1: Primitive functions and data types
Source
Contents
Index
Safe Haskell
None
Language
Haskell2010
HaskellWorks.Data.Streams.Internal.Chunk
Documentation
data
Chunk
a
Source
#
Constructors
Chunk
Fields
chunkSize
::
Int
chunkWrite
::
forall
(m ::
Type
->
Type
).
PrimMonad
m => MVector (
PrimState
m) a -> m ()