Structs

  • A sequence of transitions used to represent a dense state.
  • Inner 🔒
    The “inner” part of the NFA. We split this part out so that we can easily wrap it in an Arc above in the definition of NFA.
  • A byte oriented Thompson non-deterministic finite automaton (NFA).
  • An iterator over all pattern IDs in an NFA.
  • A sequence of transitions used to represent a sparse state.
  • A single transition to another state.

Enums