Combinations structure with in and out rune
| 5 | |
| 6 | // Combinations structure with in and out rune |
| 7 | type Combinations struct { |
| 8 | out []rune |
| 9 | in []rune |
| 10 | } |
| 11 | |
| 12 | // Start ... |
| 13 | func Start(input string) { |
nothing calls this directly
no outgoing calls
no test coverage detected