Closed RunDevelopment closed 3 years ago
The new signature should be fromWords(words: Iterable<ReadonlyWord | ReadonlyWordSet>, ...).
fromWords(words: Iterable<ReadonlyWord | ReadonlyWordSet>, ...)
If possible, implement this using an FABuilder<T, CharSet>, so the same algorithm can be used for all FA implementations.
FABuilder<T, CharSet>
The new signature should be
fromWords(words: Iterable<ReadonlyWord | ReadonlyWordSet>, ...)
.If possible, implement this using an
FABuilder<T, CharSet>
, so the same algorithm can be used for all FA implementations.