4 lines
105 B
Nix
4 lines
105 B
Nix
with builtins;
|
|
|
|
kname: vname: aset: attrValues (mapAttrs (k: v: {"${kname}" = k; "${vname}" = v;}) aset)
|