Data.Bytes.Internal
data Bytes Source #
A slice of a ByteArray.
ByteArray
Constructors
Fields
Defined in Data.Bytes.Internal
Associated Types
type Item Bytes #
Methods
fromList :: [Item Bytes] -> Bytes #
fromListN :: Int -> [Item Bytes] -> Bytes #
toList :: Bytes -> [Item Bytes] #
(==) :: Bytes -> Bytes -> Bool #
(/=) :: Bytes -> Bytes -> Bool #
compare :: Bytes -> Bytes -> Ordering #
(<) :: Bytes -> Bytes -> Bool #
(<=) :: Bytes -> Bytes -> Bool #
(>) :: Bytes -> Bytes -> Bool #
(>=) :: Bytes -> Bytes -> Bool #
max :: Bytes -> Bytes -> Bytes #
min :: Bytes -> Bytes -> Bytes #
showsPrec :: Int -> Bytes -> ShowS #
show :: Bytes -> String #
showList :: [Bytes] -> ShowS #
(<>) :: Bytes -> Bytes -> Bytes #
sconcat :: NonEmpty Bytes -> Bytes #
stimes :: Integral b => b -> Bytes -> Bytes #
mempty :: Bytes #
mappend :: Bytes -> Bytes -> Bytes #
mconcat :: [Bytes] -> Bytes #