MCPcopy Index your code
hub / github.com/expr-lang/expr / array

Struct array

types/types.go:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153type array struct {
154 of Type
155}
156
157func (a array) Nature() Nature {
158 of := a.of.Nature()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected