Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
153
type
array
struct
{
154
of Type
155
}
156
157
func
(a array) Nature() Nature {
158
of := a.of.Nature()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected