Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ Nature
Method
Nature
types/types.go:13–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
// Type is a type that can be used to represent a value.
12
type
Type
interface
{
13
Nature() Nature
14
Equal(Type) bool
15
String() string
16
}
Callers
2
Nature
Method · 0.65
Nature
Method · 0.65
Implementers
4
anyType
types/types.go
nilType
types/types.go
rtype
types/types.go
array
types/types.go
Calls
no outgoing calls
Tested by
no test coverage detected