Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. 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.

  2. 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.

  3. 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.

  4. DstOffset :: CalendarField

    text-icu Data.Text.ICU

    Field indicating the daylight savings offset in milliseconds.

  5. ZoneOffset :: CalendarField

    text-icu Data.Text.ICU

    Field indicating the raw offset from GMT in milliseconds.

  6. DstOffset :: CalendarField

    text-icu Data.Text.ICU.Calendar

    Field indicating the daylight savings offset in milliseconds.

  7. ZoneOffset :: CalendarField

    text-icu Data.Text.ICU.Calendar

    Field indicating the raw offset from GMT in milliseconds.

  8. _dstOffset :: Lens' Calendar Int

    text-icu Data.Text.ICU.Calendar

    No documentation available.

  9. _zoneOffset :: Lens' Calendar Int

    text-icu Data.Text.ICU.Calendar

    No documentation available.

  10. dstOffset :: Calendar -> Int

    text-icu Data.Text.ICU.Calendar

    No documentation available.

Page 105 of many | Previous | Next