typestateContents[]int// Represents the contents of the current state - character classes can have multiple contents, which is why it is represented as a slice
funcnewContents(data...int)stateContents{
@ -19,8 +17,3 @@ func rune2Contents(data []rune) stateContents { // Convert a rune slice into a s