Copyright | (c) Andrey Mulik 2019 |
---|---|
License | BSD-style |
Maintainer | work.a.mulik@gmail.com |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
SDP.ByteList.ST provides STByteList
- mutable unboxed strict unrolled
linked list.
Synopsis
- module SDP.IndexedM
- module SDP.Unboxed
- module SDP.SortM
- type STByteList s = AnyBorder (STUblist s)
Exports
module SDP.IndexedM
module SDP.Unboxed
module SDP.SortM
STByteList
type STByteList s = AnyBorder (STUblist s) Source #
STByteList
is mutable version of ByteList
.