Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
vectorFromList :: Storable a => [a] -> Array (ZeroBased Int) acomfort-array Data.Array.Comfort.Storable No documentation available.
vectorFromList :: (PrimMonad m, Storable a) => [a] -> m (Array m (ZeroBased Int) a)comfort-array Data.Array.Comfort.Storable.Mutable No documentation available.
vectorFromList :: (PrimMonad m, Storable a) => [a] -> m (Array m (ZeroBased Int) a)comfort-array Data.Array.Comfort.Storable.Mutable.Private No documentation available.
vectorFromList :: (PrimMonad m, Storable a) => [a] -> m (Array m (ZeroBased Int) a)comfort-array Data.Array.Comfort.Storable.Mutable.Unchecked No documentation available.
vectorFromList :: Storable a => [a] -> Array (ZeroBased Int) acomfort-array Data.Array.Comfort.Storable.Private No documentation available.
vectorFromList :: Storable a => [a] -> Array (ZeroBased Int) acomfort-array Data.Array.Comfort.Storable.Unchecked No documentation available.
unsafeAttributesFromListIgnoringLimits :: [(Text, Attribute)] -> Attributeshs-opentelemetry-api OpenTelemetry.Attributes No documentation available.
unsafeLogAttributesFromListIgnoringLimits :: [(Text, AnyValue)] -> LogAttributeshs-opentelemetry-api OpenTelemetry.LogAttributes No documentation available.
vFromListN :: PrimType ty => CountOf ty -> [ty] -> UArray tybasement Basement.UArray Make an array from a list of elements with a size hint. The list should be of the same size as the hint, as otherwise:
- The length of the list is smaller than the hint: the array allocated is of the size of the hint, but is sliced to only represent the valid bits
- The length of the list is bigger than the hint: The allocated array is the size of the hint, and the list is truncated to fit.
-
singletons-base Data.List.NonEmpty.Singletons No documentation available.