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.ByteList.ST

Description

SDP.ByteList.ST provides STByteList - mutable unboxed strict bordered unrolled linked list.

Synopsis

Exports

module SDP.SortM

STByteList

type STByteList s = AnyBorder (STUblist s) Source #

STByteList is mutable version of ByteList.