vector-sized-1.4.2: Size tagged vectors
Safe HaskellNone
LanguageHaskell2010

Data.Vector.Unboxed.Sized

Description

This module re-exports the functionality in Sized specialized to Unboxed.

Functions returning a vector determine the size from the type context unless they have a ' suffix in which case they take an explicit Proxy argument.

Functions where the resulting vector size is not known until runtime are not exported.

Synopsis