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.

  1. module VectorBuilder.MVector

    Extensions to the standard mutable Vector API.

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

  3. TVector :: Vector -> Target

    LambdaHack Game.LambdaHack.Client.State

    target position relative to actor

  4. oimapVector :: ContentData a -> (ContentId a -> a -> b) -> Vector b

    LambdaHack Game.LambdaHack.Common.Kind

    No documentation available.

  5. omapVector :: ContentData a -> (a -> b) -> Vector b

    LambdaHack Game.LambdaHack.Common.Kind

    No documentation available.

  6. avector :: Array c -> Vector (UnboxRep c)

    LambdaHack Game.LambdaHack.Common.PointArray

    No documentation available.

  7. chessDistVector :: Vector -> Int

    LambdaHack Game.LambdaHack.Common.Vector

    The lenght of a vector in the chessboard metric, where diagonal moves cost 1.

  8. euclidDistSqVector :: Vector -> Vector -> Int

    LambdaHack Game.LambdaHack.Common.Vector

    Squared euclidean distance between two vectors.

  9. normalizeVector :: Vector -> Vector

    LambdaHack Game.LambdaHack.Common.Vector

    No documentation available.

  10. oimapVector :: ContentData a -> (ContentId a -> a -> b) -> Vector b

    LambdaHack Game.LambdaHack.Definition.ContentData

    No documentation available.

Page 86 of many | Previous | Next