mediabus-0.4.0.1: Multimedia streaming on top of Conduit

Safe HaskellNone
LanguageHaskell2010

Data.MediaBus.Basics.VectorExtra

Description

Dubious utilities for Vector

Synopsis

Documentation

castedLength :: forall a b proxy. (Storable a, Storable b) => proxy a -> Vector b -> Int Source #

Calculate the number of elements that would fit into the given Vector if it were unsafeCasted to a vector of elements defined by the first argument.