Data.Rope.UTF16.Internal.Text
Description
Helpers for working with Text in UTF-16 code units
Text
clamp16 :: Int -> Text -> Int Source #
take16 :: Int -> Text -> Text Source #
drop16 :: Int -> Text -> Text Source #
split16At :: Int -> Text -> (Text, Text) Source #
chunks16Of :: Int -> Text -> [Text] Source #