:: Float -> Int -package:yesod-paginator
Get the dimension of an object whose vector space is an instance of
HasLinearMap, e.g. transformations, paths, diagrams, etc.
base Prelude Data.Enum GHC.Enum,
hedgehog Hedgehog.Internal.Prelude,
base-compat Prelude.Compat,
protolude Protolude Protolude.Base,
haskell-gi-base Data.GI.Base.ShortPrelude,
relude Relude.Enum,
rio RIO.Prelude,
base-prelude BasePrelude,
classy-prelude ClassyPrelude,
numeric-prelude NumericPrelude NumericPrelude.Base,
Cabal-syntax Distribution.Compat.Prelude,
basic-prelude CorePrelude,
universum Universum.Base,
ihaskell IHaskellPrelude,
basement Basement.Compat.Base Basement.Imports,
numhask NumHask.Prelude,
clash-prelude Clash.HaskellPrelude,
foundation Foundation,
ghc-lib-parser GHC.Prelude.Basic,
prelude-compat Prelude2010,
ghc-internal GHC.Internal.Enum,
dimensional Numeric.Units.Dimensional.Prelude,
rebase Rebase.Prelude,
mixed-types-num Numeric.MixedTypes.PreludeHiding,
xmonad-contrib XMonad.Config.Prime,
constrained-categories Control.Category.Constrained.Prelude Control.Category.Hask,
copilot-language Copilot.Language.Prelude,
incipit-base Incipit.Base,
LambdaHack Game.LambdaHack.Core.Prelude,
cabal-install-solver Distribution.Solver.Compat.Prelude,
faktory Faktory.Prelude,
verset Verset,
distribution-opensuse OpenSuse.Prelude,
hledger-web Hledger.Web.Import,
termonad Termonad.Prelude Convert to an
Int. It is implementation-dependent what
fromEnum returns when applied to a value that is too large to
fit in an
Int.
Computes the storage requirements (in bytes) of the argument. The
value of the argument is not used.
Computes the alignment constraint of the argument. An alignment
constraint x is fulfilled by any address divisible by
x. The alignment must be a power of two if this instance is
to be used with alloca or allocaArray. The value of
the argument is not used.
Computes the alignment constraint of the argument. An alignment
constraint x is fulfilled by any address divisible by
x. The value of the argument is not used.
Space that an element consumes in a Storable Array. This is space for
the element plus padding.
Like
hashWithSalt, but no salt is used. The default
implementation uses
hashWithSalt with some default salt.
Instances might want to implement this method to provide a more
efficient implementation than the default implementation.