-- | 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