Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ Associativity
TypeAlias
Associativity
parser/operator/operator.go:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
operator
2
3
type
Associativity int
4
5
const
(
6
Left Associativity = iota + 1
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected