libikarus/docs/Flags.md
Folling a49912337d
finalize schema/data setup
Signed-off-by: Folling <mail@folling.io>
2025-01-01 14:07:47 +01: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.