refactor: Unify template parameters TypedNfaState
and TypedDfaState
into TypedState
.
#70
Labels
enhancement
New feature or request
Request
Remove the possibility for mismatched states in functions that have both template parameters
TypedNfaState
andTypedDfaState
.Possible implementation
Use the state type (byte/UTF8) as the template parameters and then type def
TypedNfaState
andTypedDfaState
within the function.The text was updated successfully, but these errors were encountered: