ip-0.9.2: Library for IP and MAC addresses

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.Builder.Fixed

Description

For concatenating fixed-width strings that are only a few characters each, this can be six times faster than the builder that ships with bytestring.

Documentation

data Builder a Source #

Instances

Monoid (Builder a) Source # 

Methods

mempty :: Builder a #

mappend :: Builder a -> Builder a -> Builder a #

mconcat :: [Builder a] -> Builder a #

contramapBuilder :: (b -> a) -> Builder a -> Builder b Source #