packages feed

planet-mitchell-0.0.0: src/Vector/Generic/Mutable.hs

module Vector.Generic.Mutable
  ( module Data.Vector.Generic.Mutable
  , build
  ) where

import Data.Vector.Generic.Mutable
import VectorBuilder.MVector (build)