Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
reversedOnto :: Int -> Builder -> Chunks -> Chunksbytebuild Data.Bytes.Builder Variant of runOnto that conses the additional chunks in reverse order.
reverseCommitsOntoChunks :: Chunks -> Commits s -> ST s Chunksbytebuild Data.Bytes.Builder.Unsafe Cons the chunks from a list of Commits onto an initial Chunks list (this argument is often ChunksNil). This reverses the order of the chunks, which is desirable since builders assemble Commits with the chunks backwards. This performs an in-place shrink and freezes any mutable byte arrays it encounters. Consequently, these must not be reused.
reverseSubforests :: Tree a -> Tree acommonmark Commonmark.Blocks No documentation available.
-
contiguous Data.Primitive.Contiguous Reverse the elements of a mutable array, in-place.
-
contiguous Data.Primitive.Contiguous Reverse the elements of a slice of a mutable array, in-place.
reverses :: Dims -> Array a -> Array aharpie Harpie.Array Reverses element order along specified dimensions.
>>> pretty $ reverses [0,1] a [[[20,21,22,23], [16,17,18,19], [12,13,14,15]], [[8,9,10,11], [4,5,6,7], [0,1,2,3]]]
reverses :: forall (ds :: [Nat]) (s :: [Nat]) a . KnownNats s => Dims ds -> Array s a -> Array s aharpie Harpie.Fixed Reverses element order along specified dimensions.
>>> pretty $ reverses (Dims @[0,1]) a [[[20,21,22,23], [16,17,18,19], [12,13,14,15]], [[8,9,10,11], [4,5,6,7], [0,1,2,3]]]
reverseIndex :: [Int] -> [Int] -> [Int] -> [Int]harpie Harpie.Shape reverse an index along specific dimensions.
>>> reverseIndex [0] [2,3,4] [0,1,2] [1,1,2]
reverseStored :: Storable a => T a -> T asynthesizer-core Synthesizer.State.Signal No documentation available.
reverseStoredSize :: Storable a => ChunkSize -> T a -> T asynthesizer-core Synthesizer.State.Signal No documentation available.