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

SDP.Array.ST

Description

SDP.Array.ST provides STArray - mutable lazy boxed array type.

Synopsis

Exports

module SDP.SortM

STArray

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

STArray is mutable version of Array.