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.

  1. fromMutableByteArrayOffsetM :: (MonadThrow m, Index ix, Prim e) => Sz ix -> Ix1 -> MutableByteArray s -> m (MArray s P ix e)

    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.

  2. unwrapByteArrayOffset :: Array P ix e -> Int

    massiv Data.Massiv.Array.Manifest

    O(1) - Extract potential linear offset into the underlying ByteArray, which can also be extracted with unwrapByteArray.

  3. unwrapMutableByteArrayOffset :: MArray s P ix e -> Int

    massiv Data.Massiv.Array.Manifest

    O(1) - Extract the linear offset into underlying MutableByteArray, which can aslo be extracted with unwrapMutableByteArray.

  4. unsafeLinearSet :: (Manifest r e, Index ix, PrimMonad m) => MArray (PrimState m) r ix e -> Ix1 -> Sz1 -> e -> m ()

    massiv Data.Massiv.Array.Unsafe

    Set all cells in the mutable array within the range to a specified value.

  5. iterArrayLinearWithSetST_ :: Load r ix e => Scheduler s () -> Array r ix e -> (Ix1 -> e -> ST s ()) -> (Ix1 -> Sz1 -> e -> ST s ()) -> ST s ()

    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.

  6. type FieldSet = [TaggedValue]

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  7. buildFieldSet :: FieldSet -> Builder

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  8. buildMessageSet :: FieldSet -> Builder

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  9. parseFieldSet :: Parser FieldSet

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  10. parseMessageSetTaggedValueFromWire :: Word64 -> Parser TaggedValue

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

Page 111 of many | Previous | Next