Skip to main content
FLEX bitwise utilities.

Frequently Asked Questions

Bitwise functions perform low-level binary operations on integers. Common use cases include managing permission flags, toggling feature bits, and performing binary arithmetic in Cypher queries.
All FLEX bitwise functions operate on integer values and return integer results. Non-integer inputs will produce unexpected results.
Use the namespace flex.bitwise.<function>(). For example: flex.bitwise.and(5, 3) returns 1.