primitive-0.6.1.0: Primitive memory-related operations

Copyright(c) Roman Leshchinskiy 2009-2012
LicenseBSD-style
MaintainerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Data.Primitive

Description

Reexports all primitive operations

Synopsis

Documentation

sizeOf :: Prim a => a -> Int #

Size of values of type a. The argument is not used.

alignment :: Prim a => a -> Int #

Alignment of values of type a. The argument is not used.