text-trie-0.2.5.0: An efficient finite map from Text to values, based on bytestring-trie.

CopyrightCopyright (c) 2019 michael j. klein
LicenseBSD3
Maintainerlambdamichael@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell98

Data.Text.Internal.Word16

Description

Methods for accessing Text in terms of its constituent Word16's

Synopsis

Documentation

length16 :: Text -> Int Source #

Length of Text in Word16's length16 xs == length (toList16 xs)