| 65 | } |
| 66 | |
| 67 | type ArrayType struct { |
| 68 | ItemsType Type |
| 69 | Position *filepos.Position |
| 70 | defaultValue interface{} |
| 71 | documentation documentation |
| 72 | } |
| 73 | |
| 74 | type ArrayItemType struct { |
| 75 | ValueType Type |
nothing calls this directly
no outgoing calls
no test coverage detected