ip-0.9: Library for IP and MAC addresses

Safe HaskellNone
LanguageHaskell2010

Data.Text.Builder.Common.Internal

Synopsis

Documentation

portableTextArray :: Text -> Array Source #

This is slower that just pattern matching on the Text data constructor. However, it will work with GHCJS. This should only be used in places where we know that it will only be evaluated once.

portableTextLength :: Text -> Int Source #

This length is not the character length. It is the length of Word16s required by a UTF16 representation.