text-0.11.2.0: An efficient packed Unicode text type.

PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com, rtomharper@googlemail.com, duncan@haskell.org
Safe HaskellSafe-Infered

Data.Text.UnsafeChar

Description

Fast character manipulation functions.

Synopsis

Documentation

unsafeWrite :: MArray s -> Int -> Char -> ST s IntSource

Write a character into the array at the given offset. Returns the number of Word16s written.