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