Char package:text

Warning: this is an internal module, and does not have a stable API or name. Functions in this module may not check or enforce preconditions expected by public modules. Use at your own risk! Fast character manipulation functions.
The Size of the given code point.
O(n) The count function returns the number of times the query element appears in the given stream. Properties
countChar c . stream  = countChar c
O(n) The countCharI function returns the number of times the query element appears in the given stream. Properties
countCharI c . stream = countChar c
O(n) replicateCharI n c is a Stream Char of length n with c the value of every element.
O(n) The count function returns the number of times the query element appears in the given stream.