primitive-0.5.1.0: Primitive memory-related operations

Portabilitynon-portable
MaintainerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Safe HaskellNone

Data.Primitive

Description

Reexports all primitive operations

Synopsis

Documentation

sizeOf :: Prim a => a -> IntSource

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

alignment :: Prim a => a -> IntSource

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