vext-0.1.8.0: Array library monomorphized with backpack
Safe HaskellNone
LanguageHaskell2010

Vector.Unlifted.ByteArray

Synopsis

Documentation

concat :: forall (n :: Nat). Nat# n -> Vector n ByteArray# -> ByteArray# Source #

lengths32 :: forall (n :: Nat). Nat# n -> Vector n ByteArray# -> Vector n Int32# Source #

Crash the program if any length is greater than what a 32-bit signed integer can represent.