sdp-0.2.1.1: Simple Data Processing
Copyright(c) Andrey Mulik 2019
LicenseBSD-style
Maintainerwork.a.mulik@gmail.com
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

SDP.Bytes.IO

Description

SDP.Bytes.IO provides IOBytes - mutable strict unboxed array type.

Synopsis

Exports

module SDP.SortM

MonadIO and IO Bytes

type MIOBytes io = AnyBorder (MIOBytes# io) Source #

MIOBytes is mutable version of Bytes.

type IOBytes = AnyBorder IOBytes# Source #

IOBytes is mutable version of Bytes.