MCPcopy 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

1package operator
2
3type Associativity int
4
5const (
6 Left Associativity = iota + 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected