Returns a potentially infinite iterable of word sets accepted by both given transition iterables.
This function provides the following guarantees:
This is roughly equivalent to NFA.fromIntersection(left, right).wordSets() but implemented more efficiently.
NFA.fromIntersection(left, right).wordSets()
Returns a potentially infinite iterable of word sets accepted by both given transition iterables.
This function provides the following guarantees:
This is roughly equivalent to
NFA.fromIntersection(left, right).wordSets()
but implemented more efficiently.