We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6138bc3 commit 0ccb00bCopy full SHA for 0ccb00b
doc/manual/rl-next/c-api-byidx.md
@@ -0,0 +1,7 @@
1
+---
2
+synopsis: "C API: `nix_get_attr_name_byidx`, `nix_get_attr_byidx` take a `nix_value *` instead of `const nix_value *`"
3
+prs: [13987]
4
5
+
6
+In order to accommodate a more optimized internal representation of attribute set merges these functions require
7
+a mutable `nix_value *` that might be modified on access. This does *not* break the ABI of these functions.
0 commit comments