packages feed

rio-0.0.2.0: src/RIO/Vector/Storable.hs

-- | Storable @Vector@. Import as:
--
-- > import qualified RIO.Vector.Storable as V.Storable
module RIO.Vector.Storable
  ( module Data.Vector.Storable
  ) where

import Data.Vector.Storable