Function Value.makeAttrset

Constructs a Nix attribute set from name-value pairs.

static Value makeAttrset(
  ref Region!(8) allocator,
  const(AttrEntry)[] attrs
);