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

import Data.Vector.Unboxed