MCPcopy
hub / github.com/expr-lang/expr / rtype

Struct rtype

types/types.go:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type rtype struct {
76 t reflect.Type
77}
78
79func (r rtype) Nature() Nature {
80 return FromType(r.t)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected