Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Extensions to the standard mutable Vector API.
streamToVectorM :: (Monad m, Vector v a) => Stream m a -> m (v a)DPutils Data.Vector.Generic.Unstream Turns a stream into a vector. TODO insert index checks? Generalized flag devel
-
LambdaHack Game.LambdaHack.Client.State target position relative to actor
oimapVector :: ContentData a -> (ContentId a -> a -> b) -> Vector bLambdaHack Game.LambdaHack.Common.Kind No documentation available.
omapVector :: ContentData a -> (a -> b) -> Vector bLambdaHack Game.LambdaHack.Common.Kind No documentation available.
avector :: Array c -> Vector (UnboxRep c)LambdaHack Game.LambdaHack.Common.PointArray No documentation available.
chessDistVector :: Vector -> IntLambdaHack Game.LambdaHack.Common.Vector The lenght of a vector in the chessboard metric, where diagonal moves cost 1.
euclidDistSqVector :: Vector -> Vector -> IntLambdaHack Game.LambdaHack.Common.Vector Squared euclidean distance between two vectors.
normalizeVector :: Vector -> VectorLambdaHack Game.LambdaHack.Common.Vector No documentation available.
oimapVector :: ContentData a -> (ContentId a -> a -> b) -> Vector bLambdaHack Game.LambdaHack.Definition.ContentData No documentation available.