Join Discord
Powered by
what is operator precedence in spicedb? like say I...
# spicedb
y
yetitwo
03/13/2023, 11:50 PM
what is operator precedence in spicedb? like say I want to do something like:
Copy code
user & granted->do_something + admin->do_something
does that Just Work^tm? do I need parentheses? is this documented somewhere? (in the above example i'm hoping that & has higher precedence than +)
Previous
Next