()
| 334 | } |
| 335 | |
| 336 | func init() { |
| 337 | initArrayElementConcatenation() |
| 338 | initArrayToArrayConcatenation() |
| 339 | } |
| 340 | |
| 341 | func init() { |
| 342 | for op, overload := range BinOps { |
nothing calls this directly
no test coverage detected
searching dependent graphs…