keid-core-0.1.4.0: Core parts of Keid engine.
Safe HaskellNone
LanguageHaskell2010

Resource.Collection

Documentation

enumerate :: (Traversable t, Num ix) => t a -> t (ix, a) Source #

size :: (Foldable t, Num size) => t a -> size Source #

toVector :: Foldable collection => collection a -> Vector a Source #

toVectorStorable :: (Foldable collection, Storable a) => collection a -> Vector a Source #