Home
last modified time | relevance | path

Searched refs:HasUnary (Results 1 – 3 of 3) sorted by relevance

/external/starlark-go/starlark/
Dint.go60 _ HasUnary = Int{}
Dvalue.go303 type HasUnary interface { interface
Deval.go702 if x, ok := x.(HasUnary); ok {