Type alias TransitionIterator<T>

TransitionIterator<T>: FAIterator<T, ReadonlyMap<T, CharSet>>

An FAIterator where transitions are map of states to character sets.

This is a commonly used interface when dealing with FA. It's the common core all currently implemented FA support.

Type Parameters

  • T