libikarus/docs/Flags.md
folling 954b8a11a3
finalize schema/data setup
Signed-off-by: Folling <mail@folling.io>
2025-04-15 12:11:25 +02:00

5 lines
No EOL
307 B
Markdown

All mutating functions take a flag argument that can be used to control the behavior of the function. The flags are
defined in a corresponding enum. The flags are passed as a bitset, so multiple flags can be passed at once by using the
bitwise OR operator `|`.
The reason for this feature is ABI stability.