Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
massiv Data.Massiv.Array.Manifest O(1) - Construct a primitive mutable array from the MutableByteArray. Will throw SizeElementsMismatchException if number of elements doesn't match.
unwrapByteArrayOffset :: Array P ix e -> Intmassiv Data.Massiv.Array.Manifest O(1) - Extract potential linear offset into the underlying ByteArray, which can also be extracted with unwrapByteArray.
unwrapMutableByteArrayOffset :: MArray s P ix e -> Intmassiv Data.Massiv.Array.Manifest O(1) - Extract the linear offset into underlying MutableByteArray, which can aslo be extracted with unwrapMutableByteArray.
-
massiv Data.Massiv.Array.Unsafe Set all cells in the mutable array within the range to a specified value.
-
massiv Data.Massiv.Core Similar to iterArrayLinearST_. Except it also accepts a function that is potentially optimized for setting many cells in a region to the same value.
-
proto-lens Data.ProtoLens.Encoding.Wire No documentation available.
buildFieldSet :: FieldSet -> Builderproto-lens Data.ProtoLens.Encoding.Wire No documentation available.
buildMessageSet :: FieldSet -> Builderproto-lens Data.ProtoLens.Encoding.Wire No documentation available.
parseFieldSet :: Parser FieldSetproto-lens Data.ProtoLens.Encoding.Wire No documentation available.
parseMessageSetTaggedValueFromWire :: Word64 -> Parser TaggedValueproto-lens Data.ProtoLens.Encoding.Wire No documentation available.