vector-0.2: Efficient Arrays

Data.Vector.MVector.New

Documentation

newtype New a Source

Constructors

New (forall m mv. MVector mv m a => m (mv a)) 

run :: MVector mv m a => New a -> m (mv a)Source

transform :: (forall m. Monad m => MStream m a -> MStream m a) -> New a -> New aSource

update :: New a -> Stream (Int, a) -> New aSource