Skip to content

Commit

Permalink
Organize export list of MutByteArray
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Feb 15, 2025
1 parent eb429c5 commit 8a6cb39
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions core/src/Streamly/Internal/Data/MutByteArray/Type.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module Streamly.Internal.Data.MutByteArray.Type
, getMutByteArray#

-- ** Helpers
, unsafeByteCmp
, touch

-- ** Pinning
Expand All @@ -34,12 +33,19 @@ module Streamly.Internal.Data.MutByteArray.Type

-- ** Access
, length
, unsafeAsPtr

-- ** Modify
, unsafePutSlice
, unsafePutPtrN

-- ** Copy
, unsafeCloneSliceAs
, unsafeCloneSlice
, unsafePinnedCloneSlice -- XXX unsafeCloneSlice'
, unsafeAsPtr

-- ** Compare
, unsafeByteCmp

-- ** Capacity Management
, blockSize
Expand Down

0 comments on commit 8a6cb39

Please sign in to comment.