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