MCPcopy
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.
12type Type interface {
13 Nature() Nature
14 Equal(Type) bool
15 String() string
16}

Callers 2

NatureMethod · 0.65
NatureMethod · 0.65

Implementers 4

anyTypetypes/types.go
nilTypetypes/types.go
rtypetypes/types.go
arraytypes/types.go

Calls

no outgoing calls

Tested by

no test coverage detected