packages feed

goal-core-0.20: Goal/Core/Vector/Generic/Mutable.hs

-- | Mutable generic static vectors.
module Goal.Core.Vector.Generic.Mutable
    ( -- * Vector
      module Data.Vector.Generic.Mutable.Sized
    ) where


--- Imports ---


import Data.Vector.Generic.Mutable.Sized