Module map 
Source - Utf8BoundedEntry ๐ 
 - An entry in this map.
 - Utf8BoundedMap
 - A bounded hash map where the key is a sequence of NFA transitions and the
value is a pre-existing NFA state ID.
 - Utf8SuffixEntry ๐ 
 - An entry in this map.
 - Utf8SuffixKey
 - A key that uniquely identifies an NFA state. It is a triple that represents
a transition from one state for a particular byte range.
 - Utf8SuffixMap
 - A cache of suffixes used to modestly compress UTF-8 automata for large
Unicode character classes.
 
- INIT ๐ 
 - PRIME ๐