8 lines
73 B
Go
8 lines
73 B
Go
package registrynew
|
|
|
|
type Expr interface {
|
|
Repr() string
|
|
|
|
Data() any
|
|
}
|