bytezap-1.3.0: Bytestring builder with zero intermediate allocation
Safe HaskellSafe-Inferred
LanguageGHC2021

Bytezap.Write.Derived

Synopsis

Documentation

text :: Text -> Write s Source #

Write a Text.

char :: Char -> Write s Source #

Write a Char.

Adapted from utf8-string.