sdp-0.2: Simple Data Processing
Copyright(c) Andrey Mulik 2019
LicenseBSD-style
Maintainerwork.a.mulik@gmail.com
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe
LanguageHaskell2010

SDP.Bytes.ST

Description

SDP.Bytes.ST provides STBytes - mutable lazy boxed array type.

Synopsis

Exports

module SDP.SortM

STBytes

type STBytes s = AnyBorder (STBytes# s) Source #

STBytes is mutable version of Bytes.