primitive-offset-0.1.0.0: Types for offsets into unboxed arrays

Safe HaskellNone
LanguageHaskell2010

Data.Primitive.ByteArray.Offset

Contents

Synopsis

Types

data ByteArrayOffset Source #

A byte array and an index into the array. The element type is understood to be byte (an 8-bit word).

Constructors

ByteArrayOffset 

Fields

data MutableByteArrayOffset s Source #

A mutable byte array and an index into the array. The element type is understood to be byte (an 8-bit word).

Constructors

MutableByteArrayOffset 

Fields