@@ -17,17 +17,17 @@ The following table lists the modules and types for monadic stream producers
1717
1818## Arrays
1919
20- | Module | Type | Description |
21- | -------------------------------------| --------------| ------------------------------------------------|
22- | Streamly.Data.Array | Array a | Immutable, unboxed, pinned and unpinned arrays |
23- | Streamly.Data.MutArray | MutArray a | Mutable, unboxed, pinned and unpinned arrays |
24- | Streamly.Data.Array.Generic | Array a | Immutable, boxed arrays |
25- | Streamly.Data.MutArray.Generic | MutArray a | Mutable, boxed arrays |
26- | Streamly.Data.MutByteArray | MutByteArray | Mutable byte arrays |
27- | Streamly.Data.MutByteArray | Unbox a | Fixed length data serialization |
28- | Streamly.Data.MutByteArray | Serialize a | Variable length data serialization |
29- | Streamly.Internal.Data.Ring | Ring a | Unboxed ring buffer |
30- | Streamly.Internal.Data.Ring .Generic | Ring a | Boxed ring buffer |
20+ | Module | Type | Description |
21+ | ------------------------------------------ | --------------| ------------------------------------------------|
22+ | Streamly.Data.Array | Array a | Immutable, unboxed, pinned and unpinned arrays |
23+ | Streamly.Data.MutArray | MutArray a | Mutable, unboxed, pinned and unpinned arrays |
24+ | Streamly.Data.Array.Generic | Array a | Immutable, boxed arrays |
25+ | Streamly.Data.MutArray.Generic | MutArray a | Mutable, boxed arrays |
26+ | Streamly.Data.MutByteArray | MutByteArray | Mutable byte arrays |
27+ | Streamly.Data.MutByteArray | Unbox a | Fixed length data serialization |
28+ | Streamly.Data.MutByteArray | Serialize a | Variable length data serialization |
29+ | Streamly.Internal.Data.RingArray | RingArray a | Unboxed ring buffer |
30+ | Streamly.Internal.Data.RingArray .Generic | RingArray a | Boxed ring buffer |
3131
3232## Unicode Operations
3333
0 commit comments